The following are the steps to create a simple Windows Application.
Open the Visual Studio 2013 (or whatever the version you have).Go to File menu in the menu bar.
Step-2
Go to New -> Project, then New Project Window will be appear as shown in below.
Step-3
Select the Visual C# ->Windows Desktop -> Windows Forms Application as shown in the below figure.
Step-4
Give the name as per requirement in the Name field and set the path to store project in the Location field. If wanted to change the default path, click on the Browse button and set the path.
Then the following window will appear which is the first Windows Application.