Managing Code Windows and Designers
When you're writing code, it's always nice to see the form you're working on and the code window at the same time, or even the help file and the code window at the same time. With a tabbed document interface, this might not seem possible. But if you click the Windows menu, you'll notice several options for splitting the screen and creating new tab groups. To view as much information at once as possible, you can select New Horizontal Tab Group or New Vertical Tab Group from the Window menu. This splits the main window either vertically or horizontally, giving you a better view of what you're working on.Figure 2.23 shows the Forms Designer and the Code Editor split into two separate windows. Of course, the screen resolution at 800x600 makes this unusable to a degree, but at a higher resolution, you can have all your forms, code editors, and help files open at once and still have plenty of room to work.
Figure 2.23. Horizontally split windows.

If there were controls on Form1 in design mode, the Code Editor would dynamically change based on the items you select.
• Table of Contents
• Index
Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days
By
Jason Beres
Publisher
: Sams Publishing
Pub Date
: January 14, 2003
ISBN
: 0-672-32421-0
Pages
: 696
Sams Teach Yourself Visual Studio .NET in 21 Days will help developers that are new to application development and experienced developers understand how to use the .NET Framework and Visual Studio .NET to rapidly develop any type of computer application. The Visual Studio .NET development environment is the most comprehensive developer tool ever created, putting that together with the .NET Frameworks' Class Libraries, the developer has everything he or she needs to get up-to-speed on Microsoft's latest revolution in application development. This book will guide the developer through using the VS .NET IDE, the Visual Basic .NET and C# language, and the supporting tools available from Microsoft to create Windows and Web-based applications. The market is full of books that pretty much say the same thing, which is already available in the help files, the author of this book has written and deployed over a dozen successful applications using Visual Studio .NET and the .NET Framework. All of his expertise and experience is used to give you the most comprehensive title on using Visual Studio .NET.