Visual Basic 2008 Programmer's Reference
Chapter One
Introduction to the IDE
The chapters in the first part of this book describe the Visual Studio integrated development
environment (IDE). They explain the most important windows, menus, and toolbars that make up
the environment, and show how to customize them to suit your needs. They explain some of the
tools that provide help while you are writing Visual Basic applications and how to use the IDE to
debug programs.
Even if you are an experienced Visual Basic programmer, you should at least skim this material.
The IDE is extremely complex and provides hundreds (if not thousands) of commands, menus,
toolbars, windows, context menus, and other tools for editing, running, and debugging Visual
Basic projects. Even if you have used the IDE for a long time, there are sure to be some features
that you have overlooked.
When I teach Visual Basic, for example, I cover the IDE's keyboard shortcuts (such as Alt+Space
to open IntelliSense, and Ctrl+C, Ctrl+X, and Ctrl+V to copy, cut, and paste) early in the class.
The stud ... read full excerpt from Visual Basic 2008 Programmer's Reference ebook