Windows Application - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

Win App Creation

Create Windows Application

shape Step-1

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.

shape Step-2

Go to New -> Project, then New Project Window will be appear as shown in below.  

shape Step-3

Select the Visual C# ->Windows Desktop -> Windows Forms Application as shown in the below figure.  

shape 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.