Difference between revisions of "Creating a New Visual Basic Project"

From Techotopia
Jump to: navigation, search
(Creating a Project in Visual Studio)
(Creating a Project in Visual Studio)
Line 5: Line 5:
 
Now that Visual Studio is installed it is time to create a new project. Begin by starting Visual Studio from the Windows Start menu. When the main Visual Studio Window appears click on the ''File'' menu and select ''New Project''. Visual Studio will display the "New Project" dialog shown below:
 
Now that Visual Studio is installed it is time to create a new project. Begin by starting Visual Studio from the Windows Start menu. When the main Visual Studio Window appears click on the ''File'' menu and select ''New Project''. Visual Studio will display the "New Project" dialog shown below:
  
[[Image:Examp.jpg]]
+
[[Image:visual_studio_new_project.jpg]]

Revision as of 19:01, 13 July 2007

Visual Studio uses the concept of projects to contain everything to build an application using Visual Basic. Typically there will be one Visual Studio project per individual application you develop. In this chapter we will look at creating a new Visual Studio project.

Creating a Project in Visual Studio

Now that Visual Studio is installed it is time to create a new project. Begin by starting Visual Studio from the Windows Start menu. When the main Visual Studio Window appears click on the File menu and select New Project. Visual Studio will display the "New Project" dialog shown below:

Visual studio new project.jpg