- Back to Home »
- Windows Applications »
- Creating Windows application
Posted by :
Sudhir Chekuri
Wednesday, 10 February 2016
1. Open Visual Studio
Figure: VisualStudio
2. Click on new project
3. Select a language as C#.NET from the left side.
4. Select windows application from the list of applications
Figure: WindowsApp
5. Give the name to the project
6. Select the location to save the project. click on ok.
Now default environment to create windows application is displayed.
7. F5 is the shortcut key to start debugging or to execute a program (or) click on play symbol button present in the center of top menu of visual studio tool.
8. Shift + F5 for stop debugging or execution.
Figure: VisualStudio
2. Click on new project
3. Select a language as C#.NET from the left side.
4. Select windows application from the list of applications
Figure: WindowsApp
5. Give the name to the project
6. Select the location to save the project. click on ok.
Now default environment to create windows application is displayed.
7. F5 is the shortcut key to start debugging or to execute a program (or) click on play symbol button present in the center of top menu of visual studio tool.
8. Shift + F5 for stop debugging or execution.