The Toolbox displays icons for controls and other items that you can add to Visual Studio projects.
Questions tagged [toolbox]
360 questions
1
vote
2 answers
My Visual Studio 2012 Ultimate does not include timer in toolbox
I am making a windows 8 application and I need timer but there is no timer in toolbox. I'd be appreciated if you can help me solve this problem which I couldn't find the solution on the internet.

anilbey
- 1,817
- 4
- 22
- 38
1
vote
1 answer
Scala reflection AST syntax
I'm attempting to manually-generate ASTs using the reflection API, using showRaw to give me some hints on the required syntax. This code:
object myfn extends Function2[ Double, Double, Double ] {
def apply( x : Double, y : Double ) = x +…

NietzscheanAI
- 966
- 6
- 16
1
vote
0 answers
Pyqt - Add a Layout to a QToolBox page
Here is the structure of a QToolBox :
QToolBox
QWidget
Qwidget
...
I know that I can add a Layout before the Toolbox, in a widget, but can we add a Layout to a QToolBox page or is this impossible as QToolBox is a pre-build…

Syrupsystem
- 181
- 1
- 11
1
vote
3 answers
How do I set the category for a toolbox item?
I have a follow up question to this one. Now that I have only the control I want showing up in the Toolbox in Visual Studio, how do I set the Category? It currently shows up in a category titled with the assembly name. I would rather use our…

Pat O
- 1,344
- 3
- 12
- 27
1
vote
1 answer
Dynamic ckeditor toolbar
I want to set ckeditor tool bar based on the user type and some condition.
Partialy I done as below:
switch(UserMode)
{
case "1":
config.toolbar_MyTool = [
['Find', 'SelectAll'], ['Anchor'], ['Maximize']
];
…

RGA
- 602
- 2
- 9
- 39
1
vote
0 answers
Trying to compile c++ files of a toolbox but cmake is not able to find all required boost libraries
I am trying to install a toolbox named "Mocapy" and compile all its files. Once the I have downloaded the files, it asks me to type to commands in the directory .
..
cmake .
make
But when I type cmake ., the output is
...
-- Boost version:…

user1862964
- 31
- 4
1
vote
1 answer
How to code an output function for genetic algorithm in Matlab global optimization toolbox
I am having some problems with writing an output function for genetic algorithm in Matlab global optimization toolbox.
I want to create a function that stores all state.Population (each individual) of each generation.
Here is what i know:
Output…

user1846407
- 109
- 1
- 11
1
vote
1 answer
Toolbox design in MVVM application
I need to design a toolbox menu on top of my application that is shown below. Only one tool can be selected at any time so it is like radiobuttons.
What would be the most sensible way to implement this feature in an MVVM application?

TtT23
- 6,876
- 34
- 103
- 174
1
vote
2 answers
How to unhide Crystal Report Viewer in Visual Studio 2010's toolbox?
I have Visual Studio 2010 with SAP Crystal Report, but I cannot see the Crystal Report Viewer item in
Visual Studio's Toolbox. How can I unhide, or add, that toolbox item?

Hamid.R.Atefehpoor
- 11
- 1
- 4
1
vote
2 answers
How do I refresh the toolbox in Visual Studio 2008
Working on windows forms in Visual Studio 2008 with C#
So I had a windows Form Control that wasn't behaving the way I wanted. So I overloaded the Size property.
Bad idea. Everything broke. Horribly. I could not add this control to a form…

Kurisu
- 812
- 10
- 18
1
vote
0 answers
Matlab calling fvtool from freqz, if DFILT object is passed
Hello my fellow signal processors! :-D
the following thing has been driving me crazy. Consider the documentation of the freqz command at the mathworks homepage.
If the freqz command is passed an FIR filter vector containing the coefficients, it…

jrichner
- 699
- 1
- 5
- 9
1
vote
1 answer
VS not responding when I click "choose items"
I have a problem where when I click on the toolbox, then click "choose items" VS begins to not respond and then closes.
I'm trying to add AJAX Control Toolkit but can't because VS has a fit each time I click to add the items.
Does anybody know why…
user1493728
1
vote
1 answer
Visual Studio 2010 toolbox "hides" controls
I have a somewhat strange issue with visual studio. Almost every time I create or open a Silverlight project in VS10 groups of controls "disappear" from the toolbox. What I've found out so far is the following:
Everytime I start VS10 I have to wait…

JaggenSWE
- 1,950
- 2
- 24
- 41
1
vote
2 answers
workflow toolbox not updated with new activity
I've added to the activity pack the following activity:
namespace TeamFoundation.Build.ActivityPack
{
using System;
using System.Activities;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using…

Elisha Sterngold
- 46
- 4
1
vote
1 answer
Want to remove third party Custom Controls from ToolBox in VS2010 which were created while installing the msiinstaller through .pkgdef files
I have software where I am giving the third party controls through .pkgdef file and give access to user to use those controls when he installs the software.
But when I uninstall the software the Controls are still present in VS2010. I would like to…

Harshitha Goli
- 39
- 9