toolbox Questions
3
We currently use this project for installing .NET controls in the Visual Studio toolbox: http://vstudiotoolbox.codeplex.com/. This approach requires to run VStudio in the background resulting in a ...
Unsling asked 11/5, 2011 at 7:20
1
Solved
Our company provides 3rd party components installed the Inno Setup. We use VS Package to put our component into Visual Studio Toolbox automatically. But it sometimes fail. The VS Package also need ...
Rattray asked 16/9, 2011 at 18:2
1
Solved
In scala 2.9.x I used tools.nsc.Global directly to compile certain string into a class and execute it.
In scala 2.10, it is possible to replace it with something like the following:
import scala....
Wilbert asked 14/1, 2013 at 12:48
4
Solved
After installing Visual Studio Professional 2010, and creating a new website or web application, toolbox items are missing!
I've tried also running Visual Studio in safe mode "devenv.exe /SafeMode"...
Friseur asked 28/1, 2011 at 17:59
1
Solved
In Scala 2.10 how do I generate a class from string (probably, using the Toolbox api) later to be instantiated with Scala's reflection?
Amara asked 25/8, 2012 at 14:45
1
Solved
I've created a custom control, based on the Picturebox:
public class Timebar : System.Windows.Forms.PictureBox
This works correctly if I create the control manually/set all values etc. etc, at t...
Crookes asked 27/6, 2012 at 19:47
5
Solved
The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard controls, no third party controls, and I have no third party plugin...
Malvina asked 12/8, 2009 at 19:45
1
Solved
I'm trying to create a VSIX installer for a WPF control.
Its supposedly easy, but the "easy" version assumes that you create the WPF control in the VSIX project.
The thing is, I've got my UserCon...
Shirker asked 15/2, 2011 at 19:54
1
Solved
You can drag and drop code blocks from the Codeeditor to the Toolbox of VisualStudio, but where does Visual Studio save those code blocks.
Are they globally available (for other projects) or only...
Ninetta asked 2/2, 2011 at 9:15
1
Solved
I have a UserControl in my project called 'UIWizard.cs', and a 24-bit Bitmap named 'UIWizardToolboxBitmap.bmp' that has it's build action set to 'Embedded Resource'. I verified that it does exist i...
Femininity asked 13/8, 2010 at 22:7
1
Solved
In Visual Studio 2008 there is a feature that automatically adds a toolbox pane and adds the custom controls which are in my web application project or in a class library in my current solution.
O...
Piteous asked 7/10, 2009 at 20:59
© 2022 - 2024 — McMap. All rights reserved.