Questions tagged [toolbox]

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

360 questions
2
votes
1 answer

Visual Studio 2015 Toolbox item/s Disable (Grey)

I am using Visual Studio 2015 , and some of ToolBox items are unclickable/disable/grey. How can i solve it? Thank you. Here is screenshot of the toolbox
Can Uzun
  • 80
  • 1
  • 13
2
votes
1 answer

How to add widgets to QToolbox item

I need to auto generate some UI forms in code to display message contents. I want to use QToolbox, with an item for each message type. I then want to add labels and line edit to the contents of each tab, depending on the message protocol. I cannot…
Mikkie
  • 103
  • 2
  • 11
2
votes
1 answer

Workflow Foundation 4 in VS 2015 - Activity toolbox bitmaps don't show

I have read multiple tutorials/blogs/stackoverflow question about this, including the…
2
votes
1 answer

Embedding PowerShell C# (In Toolbox)

I search a embedded PowerShell console to my projects C# (Added from Toolbox). I found some simples examples to execute a command and have the return value (PowerShell. Create (), AddScript, AddCommand, Invoke, ...) It is simple but it does not…
user5902618
2
votes
2 answers

Which Java Ide has toolbox like visual studio?

I am new in Java but not in programming..So,I have been using Visual Studio with visual basic programming language but now I want to learn Java and I want to know if there is a Java IDE with Visual Studio toolbox(watch the picture) At the moment, I…
Technologuy
  • 131
  • 3
  • 16
2
votes
2 answers

degtorad vs deg2rad in MATLAB?

Is there a difference between degtorad and deg2rad in MATLAB? Is there a benefit of one over the other, like speed (or some other metric I didn't think…
ErinGoBragh
  • 336
  • 4
  • 20
2
votes
1 answer

Detect Matlab startup from toolbox

I am writing a Matlab toolbox and I want to do some initialization at Matlab startup. Is there any script or function that is called during the startup phase, when the toolbox directory is on the Matlab path? I know that there is a "startup.m", but…
walderich
  • 500
  • 1
  • 9
  • 24
2
votes
2 answers

dragable controls in runtime Similar to a toolbox in wpf

I want to create a project in WPF for designing a custom report. For this, I need a library to add controls to a panel, canvas, etc. with drag and drop at runtime. Controls should be resizable and moveable with the mouse. Finally I want to print…
2
votes
1 answer

Unable to add WPF controls to the toolbox in Visual Studio 2013

First of all, I am completely new to Visual Studio, so please don't be too judgmental. I have a project I need to do in C# for my studies and my team uses a GitHub repository. I am in charge of creating the GUI and I am stuck at the very…
Filip Kowalski
  • 178
  • 1
  • 11
2
votes
0 answers

How to get object color using JAVA TOOLBOX IFC2x3/IFC4?

Here I have ifcColumn as IfcProduct for example for (IfcProduct product : products) { product <== from ifc file there are colors defined as #11979= IFCCOLOURRGB('Light Gray',0.6,0.6,0.6); So anyone knows how to get color of this product.…
Hassan Basri
  • 53
  • 1
  • 6
2
votes
1 answer

My ToolBox Show Multiple Copies Of The Same Control (VS2008)

My Visual Studio is all messed up and I have no idea why. See the screenshot below. The controls are repeated 3 times. I tried reseting the toolbox; still no luck. The solution contains one ASP.NET Web Application and few class library. None of the…
Zuhaib
  • 1,420
  • 3
  • 18
  • 34
2
votes
0 answers

Custom HTMLControl derived from HtmlImage control not visible in VS2008 toolbox

I have a custom control deriving from HtmlImage control which I cant get to show up on toolbox, it says "There are no components in '...\bin\Debug\ImageCustomControl.dll' that can be placed on the toolbox.". Here is the code for the…
Tinvan
  • 39
  • 2
2
votes
0 answers

Can I use a class defined in a `ToolBox` as a type parameter of `typeOf[]`?

I'd like to experiment with the use of a dynamic data model with a reflective library that uses typeOf[]. I've defined a class at runtime with a Scala reflection ToolBox in 2.11: import scala.tools.reflect.ToolBox import…
Julian Peeters
  • 853
  • 1
  • 6
  • 19
2
votes
1 answer

VS2008 hidden toolbox tabs

I am creating a new Silverlight project in Visual Studio 2008 Sp1. Further creating a new "My test tab" in the Toolbox and try to add some controls using "Choose toolbox items". After clicking the OK button of the "Choose toolbox items" dialog, no…
Tolsan
  • 1,292
  • 2
  • 9
  • 12
2
votes
1 answer

Nuget component missing

I am trying to implement web browser according to this article from msdn. http://code.msdn.microsoft.com/vstudio/Professional-WebBrowser-dac9c5d0#content But I have trouble with point 4.2 Adding The NuGet features. I successfully installed the…
user2095405
  • 347
  • 1
  • 4
  • 15