D/L and Installed VS2005Express, Toolbox Has No Tools In It?!
Today I downloaded and installed VS2005 Express (and SQL too). I am working my way through the tutorials. When I get to the "MyFirstArray" tutorial, it tells me to drag some tools from the Toolbox. When I open the Toolbox, though, there is only text saying that there are no tools yet, and I must drag them to the Toolbox. Where do I access the tools to do this? How do I do it? Can't find any help on this.
You are probably having the code view of a form as open document and there are usually no tools to use from the toolbox.
Double click on the form in the solution explorer you want to add a toolbox item to and it should open the form in design mode. Then try to add the toolbox item, it should now contain all the controls you can use.