Create a Project in VB.NET

How to Create a Project in VB.NET?

Explanation

Create a Project in VB.NET

A Visual Basic Project is container for the forms, methods, classes, controls that are used for an Visual Basic Application.
Steps to Create a VB.net Project:

Click on the Programs->Microsoft Visual Studio.net 2008, to get the following window.

Choose File->New Project from the Menu Bar to get the New Project window.

Select the type of Project as per the requirement from following choices Windows Application,Class Library, Console Application,Windows Control Library, Web Control Library,Windows Service, Empty Project,Crystal Reports.

To develop a Windows Based Application Choose Windows Application fill in a Name for the application

By default, a project named My Project and a form Form1 will be created. Project name and form name can be renamed later.

Visual Basic Tutorial


Ask Questions

Ask Question