Create a New Project

Create a New Project

The first step in writing a VB.NET program with Visual Studio is to choose a project type and create a new project.

  1. From the File menu, select NewProject….
  2. In the Installed Templates frame, click Visual Basic.
  3. In the right-hand frame, click Class Library. The application assumes that your project location is: D:\Sample.
  4. In the Name field, type HelloWorld as the project name.
  5. Click OK.

    Figure 172: New Project dialog box