In the New Project dialog box, the Project Types pane displays various categories of projects that can be created. You can create a Visual Basic project or Other Languages project. If you want to deploy an application on other computers, you can use Setup and Deployment Projects under Other Project Types.
After you select a project type, the templates available for the selected project type are displayed in the Templates pane. You can choose the target .NET Framework for your application. A template creates the initial files, the code framework, and the property settings for the selected project type to help you start developing your application.
In order to create a Visual Basic Windows Forms Application, you need to perform the following steps:
- In the New Project dialog box, select Visual Basic from the Installed Templates pane and Windows Forms Application from the Templates pane.
- Type the name of the new project.
- Click OK.
User Interface Elements of Visual Studio .NET 2010 IDE
No comments:
Post a Comment