Creating a new project
After you open Visual Studio, you can use the Start Page ’ s New Project link or the File menu ’ s New Project command to open the New Project dialog shown in following Figure .
Step 1 :
File > New > Project
Step 2 :
1. Select : Windows forms application
2. name the project say (testApplication here)
3. click OK
as shown in the following image :
Step 3 :
The Visual basic project workspace will be displayed as :