Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Empty toolbox in VisualStudio.net 2005

Status
Not open for further replies.

surovi99

IS-IT--Management
Feb 11, 2005
28
US
Hi,

I am trying to design a GUI process in VisualStudio.net 2005 using C#. From what I have gathered, I can design a GUI by dragging and dropping controls from the toolbox in VisualStudio.net onto a Windows form. But the toolbox in VisualStudio.net that I have installed is empty. Is there a way to populate the the toolbox with controls?

Any quick reply would be appreciated.

Thanks.
 
Are you trying to access the toolbar in code-behind? The toolbar will show blank if you are. Make sure you are in a place in VS where you can actually use the controls.

Kevin Davie
Consultant
Sogeti USA
 
Make sure you are in a place in VS where you can actually use the controls

A good example of this is in the Designer - the place where you actually see the form or control you're working on...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top