Difference between revisions of "Creating a New Visual Basic Project"
From Techotopia
(→Creating a Project in Visual Studio) |
(→Creating a Project in Visual Studio) |
||
Line 6: | Line 6: | ||
[[Image:visual_studio_new_project.jpg]] | [[Image:visual_studio_new_project.jpg]] | ||
+ | |||
+ | The ''New Project'' dialog provides a number of options with regard to the type of project being created. In this example we are going to build an application ( |
Revision as of 19:02, 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:
The New Project dialog provides a number of options with regard to the type of project being created. In this example we are going to build an application (