Tuesday 29 December 2009

Using Controls in VB Design Studio

The controls (Buttons, Labels etc) in the Visual Studio Integrated Development Environment (IDE) are the items you can see on the toolbox at the left side of the IDE screen. If you do not see this in your development environment then go to View > and select 'Toolbox' from the drop down menu.

You will also not see these tools if you are in the code window of the form or control. If you flick back to the form design layout window - using the tabs above the windows - you are working on you will see the tools being repopulated. You can see the toolbox frame on the left but no tools on it because we are in the code window of the form, but the next shot shows that we are back in the design window for the form and the tools are repopulated:

Note: Click on the screen shot to see bigger version but click back on your browser when finished with the larger version to get back here otherwise you will close the blog completely.

No tools in box because we are in the code window:



Tools now repopulated because we are back in the design window for the form:

No comments:

Post a Comment