August 2010
Intermediate to advanced
1224 pages
34h 17m
English
One of the core goals for Visual Studio is enabling rapid Windows Forms construction. Using the Windows Forms Designer, the Controls Toolbox, and the various common controls provided by the .NET Framework, this chapter serves as your guide to the drag-and-drop creation of rich form-based applications. Specifically, we look at how best to leverage the built-in capabilities of the Forms Designer and the Visual Studio project system to quickly build a baseline form from scratch.
We don’t worry about the code behind the form at this point; instead, the focus is ...