Open Existing Project in VB.NET

How to open existing project in VB.NET?

Explanation

Open Existing Project in VB.NET

In Visual Studio.net 2008 an existing project can be opened using the Recent Projects option in the Start Page.

Visual Basic.net 2008 an existing project can also be opened using the File -> Open Project from the Menu Bar. Both these displays a window with project folder, once the project is selected and opened using the file with the extension .sln for windows application. The Solution Browser displays all the components of that project.

Simply click on the component in the Solution Browser to make changes to the project.

Visual Basic Tutorial


Ask Questions

Ask Question