May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Visual Studio 2010 allows creating Windows Forms applications the same way as in previous versions, so you should be familiar with the steps described in this section. To create a Windows Forms application, follow these steps:
1. Click the New Project command in the File menu.
2. In the New project dialog select the Windows Forms Application template in the Windows folder. Figure 30.1 shows how you can accomplish this.
Figure 30.1 Creating a Windows Forms application.

3. Click OK to create the new project and then design your application with user controls.
When Visual Studio completes creating the new project, ...
Read now
Unlock full access