Questions tagged [toolbox]

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

360 questions
5
votes
2 answers

Visual Studio 2010 not showing Crystal Report Viewer of Printing Tab in Toolbox?

Scenario : I have windows form Application and want to generate Crystal reports. I have downloaded Crystal report of SAP and Installed, designed all crystal reports (made data set,table adapter etc )but I can't add crystal report viewer because I…
5
votes
1 answer

How to add a custom control to the toolbox?

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 the Form's initialization method. Now I also found…
Tgys
  • 612
  • 1
  • 11
  • 21
5
votes
4 answers

visual studio 2010 toolbox standard controls missing

I have created an asp.net project in visual studio 2010 ultimate edition. I can't see Standard, Data etc toolbox tabs, I can only see Telerik and HTML controls. I tried to reset the toolbox, tried to delete…
DotnetSparrow
  • 27,428
  • 62
  • 183
  • 316
4
votes
1 answer

Install Custom Control in VS Toolbox

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 something called "Package Load Key" - even though we…
Libor
  • 3,285
  • 1
  • 33
  • 41
4
votes
3 answers

Empty toolbox and properties window in VS 2022

I have downloaded Visual Studio 2022 few weeks ago, from the first time I open it I found that both toolbox and properties window are empty What should I do to fix this issue?
M. Mohammed
  • 41
  • 1
  • 4
4
votes
2 answers

My custom user control is grayed out in toolbox

I have a solution that includes two projects. My main project is a windows form and the other project includes two user controls that I created. I have a test form in the second project, and there I have no problem using the user controls from the…
Harvey
  • 91
  • 7
4
votes
3 answers

Reading .seq file with MATLAB

I downloaded and installed the toolbox that I found on this site that is recommended from caltech for manipulating a .seq file. I am trying to open a .seq file using the functions that are in the toolbox. Reading the instructions from here for how…
4
votes
1 answer

VS2010: Why do my custom Toolbox tabs and contained controls keep disappearing?

This is how I expected the toolbox to work: Let's say I add a custom Tab to the Toolbox called "Ajaxtoolkit." To add controls to the new tab, I right mouse click and select "Choose Items" and browse to a file, Ajaxtoolkit.dll, that is of a…
user330100
4
votes
1 answer

How to see components in toolbox after adding a new reference?

In my project I add reference on the WPFToolkit assembly, restart Visual Studio and has not seen WPFToolkit components in my VS ToolBox window. What I do wrong?
Dmitriy Kudinov
  • 1,051
  • 5
  • 23
  • 31
4
votes
3 answers

Visual Studio 2012: How do I put the toolbox back in its default position?

Somehow, I moved the toolbox in my Visual Studio 2012 installation away from its default position along the left edge of my display. I'm used to it being there, and I want to put it back, but I don't see a way to do it. How can I get it…
ROBERT RICHARDSON
  • 2,077
  • 4
  • 24
  • 57
4
votes
2 answers

Black and white icons in Visual Studio 2012

Usually the icons files (ico/bmp/png)for Controls in Visual Studio Toolbox are embedded into the assembly as resource files. The System.Windows.Forms.dll seems to have the icon files that are colored and they are for VS2010 and lower. Where does the…
4
votes
6 answers

How can I disable the Toolbox in VisualStudio 2008

The Loadingtime from the ToolBox is lagging my Environment. How can I disable the Toolbox in VisualStudio 2008. I dont use the ToolBox, I work only in the XAML Code Mode. Edit. I mean the xamlcodeMode what i need , and I should like disable the…
Mario Binder
  • 1,604
  • 4
  • 16
  • 24
3
votes
3 answers

visual studio 2010 tool boxes empty

I Have visual Studio 2010 Professional, and somehow my toolbox has become virtully empty, I Have Reporting ReportViewer Visual Basic Power Pack a few basic items like line and oval General -EMPTY Restarting the pc Installing latest dx running…
Steven Dall
  • 174
  • 2
  • 15
3
votes
1 answer

Custom Control & Toolbox Tab

I am creating a user interface and I am trying to figure out the best way to organize all of my custom controls. I already know that I can do the following: 1) If I want to have a property visible for design-time manipulation via the Properties…
William
  • 3,335
  • 9
  • 42
  • 74
3
votes
2 answers

Stop DataSet coming to the Toolbox

In my C# windows application solution I've got a Reporting project which contains many datasets. Those datasets are loading to the toolbox automatically. I think that makes my visual studio slower. Is there anyway to stop loading them? Thanks!
CharithJ
  • 46,289
  • 20
  • 116
  • 131
1 2
3
23 24