How to create simple project in Visual Studio?

To create a Window application in Visual Studio, you need to create project. To create a project, you need to perform the following steps:

Step 1.

Select Start Menu → All apps → Visual Studio 2013. The Start Page - Microsoft Visual Studio window will be displayed.

simple project in visual studio

Step 2.

Select File → New → Project. The New Project dialog box will be displayed. Alternatively, you can also press Ctrl + Shift + N to start a new project.

select project window

Step 3.

Choose Visual C# from the Project types pane and Window Form Application from the Templates pane in the New Project dialog box, as shown in the following figure.

window form application

Step 4.

Specify the name of the project in the Name text box. By default depending on the type of the template selected Visual Studio assigns a name to the project.

Step 5.

Specify the location where the new project is to be created by using the Location combo box. You can user the Browse button to browse to the folder in which the new projected is to be created. By default, a location is also specified in the Location combo box.

Step 6.

Click the OK button.

Step 7.

This is your Final project window. Now you can design your Window Application based on your need.

project window

Watch Tutorial Video on YouTube

Watch and Subscribe Now

Post Your Comment