Run Microsoft
Visual Studio .Net.
On the File menu , click New,
and then click Project .... |
 |
The New Project dialog box
appears.
- In the Project
Types pane, select the Visual Basic Projects
folder.
- In the Templates
pane, select Windows Application icon (project type). A
message appears indicating the type of project you are going to
create - (A project for creating an application with a Windows
user interface).
- In the Name
box, type work_VBNet .
- In the
Location box, type C:\
- Click OK.
|
 |
The
Windows Application create all necessary files and opens the
Microsoft Visual Basic .Net project -
work_VBNet. |