Questions tagged [toolbox]

The Toolbox displays icons for controls and other items that you can add to Visual Studio projects.

360 questions
2
votes
2 answers

Activity Monitoring Toolbox missing from WSO2 BAM Server 2.4.0

The documentation of the WSO2 Business Activity Monitor version 2.4.0 refers to an Activity Monitoring Toolbox which is not present in my installation (default configuration on 64bit Linux with 64bit JVM v1.6.0_39). Can I download and install the…
Kai
  • 113
  • 9
2
votes
1 answer

Visual Studio custom control / UserControl not refreshing in ToolBox

I use Visual Studio 2012 Ultimate, created a UserControl and everything went fine until I wanted to make some changes to the UserControl class, did a Clean and Rebuild several times, removed my custom control from the Form, added a again, but it is…
2
votes
2 answers

Error while adding custom SSIS data source to visual studio toolbox

I've created a custom data source using the instructions given in the following link: http://msdn.microsoft.com/en-us/library/ms136088.aspx However once i build the project and try to add the new datasource to the toolbox, i get the following…
Nandun
  • 1,802
  • 2
  • 20
  • 35
2
votes
0 answers

Manual AST generation in Scala 2.10

In a response to: Generating a class from string and instantiating it in Scala 2.10 @EugeneBurmako states: "The example uses manual AST assembly, but it's possible to write a function that parses a string, finds out unbound identifiers, looks up…
NietzscheanAI
  • 966
  • 6
  • 16
2
votes
2 answers

How to set up parallell computing in matlab in a local network with 2 computers?

I have the Matlab Parallel Computing Toolbox installed on two computers running Matlab (Macbook Pro i5 and Macbook Pro i7). For a thesis project, we have to shooting simulations, for which I need a lot of computer power. I know about the matlabpool…
user1719399
2
votes
0 answers

Adding multiple versions of WinForms control in Visual Studio Toolbox

I have multiple DLLs of a WinForms control targeted for different versions of .NET Framework and need to add them all in a Visual Studio Toolbox while showing only the one which is most suitable for currently selected version of .NET. The control…
Libor
  • 3,285
  • 1
  • 33
  • 41
2
votes
2 answers

WPF Toolbox Empty

I am adding on to an existing WPF Project, and am running into an odd error. My Toolbox is empty. I am developing in a Windows 7 environment using Visual Studios 2008 run as Administrator. I have created a project from scratch, and the tools were…
Tim
  • 2,731
  • 9
  • 35
  • 72
2
votes
1 answer

Is it possible to generate code properly through a toolbox custom control?

Ok, so long story short, I was working on a .NET WEBFORMS project which was capable of creating ASPX pages through an ASPX form, which was basically a drag and drop controls page which, we could say, seemed to be a basic but functionality acceptable…
Painy James
  • 805
  • 2
  • 13
  • 26
2
votes
1 answer

Applying a filter on toolbox of Visual Studio?

Is it possible to apply a filter to the toolbox of Visual Studio 2008 / 2010 ? I find it not so comfortable to find the widget I want.
daisy
  • 22,498
  • 29
  • 129
  • 265
1
vote
0 answers

How Visual Studio displays controls in the toolbox depending on the document open

I wanted to know how Visual Studio Toolbox displays only a sub-set of Controls of all the controls depending on the document open. Document can be any file, for example, when WindowsForms is open, any component that can be dropped appears on the…
1
vote
1 answer

Including embedded image as Toolboxbitmap

Common practice to show a image of control in visual studio toolbox includes embedding the image as a Resource. Instead i tried embedding the image file (sidebar.png) into a resource file Resources.resx. I don't have the lightest clue as to how i…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
1
vote
1 answer

How to add space between posts when using Wordpress with Toolbox theme

I am looking for a way to add space between Wordpress posts when using the popular Toolbox theme. If anybody could tell me where too put that "margin-bottom" tag I would be very glad! Thanks a lot!
Roland
  • 1,908
  • 4
  • 21
  • 34
1
vote
0 answers

Using Charts control VisualStudio2010 -WPF The Toolbox Controls Installer must be installed before running this installer

I need to display charts in my WPF application. I read somewhere that Mschart.exe and mschart visual studio addon has to be installed to make the charts control usable. I installed MScharts.exe and it installed succesfully but when i run MSchart…
sunrayz
  • 29
  • 3
1
vote
1 answer

Has Freemarker something similar to toolbox.xml-file of Velocity?

I have a Struts 1 application which works with Velocity as a template language. I shall replace Velocity with Freemarker, and am looking for something similar to 'toolbox.xml'-File from VelocityViewServlet. (there you can map names to Java Classes…
1
vote
2 answers

How to undo a "Reset Toolbox" in VS2008?

Is there any way to "un-Reset" the Toolbox in Visual Studio 2008? I was trying to get my first-ever WPF UserControl to appear in the Toolbox. I rebuilt my project, then right-clicked on the Toolbox and chose "Reset Toolbox" from the pop-up menu;…
corlettk
  • 13,288
  • 7
  • 38
  • 52