C# Windows Forms Application
In this tutorial will learn how to create windows-based application in visual studio 2012 with c# language.
We will learn step by step about C# windows Forms application.
We use vs2012 for creating windows application project. In our previous post we have already learnt about creating web application using visual studio 2010. In .net we can develop windows form application using c# or vb or c++ language same as we can develop Website application using c#, vb, c++.
Lets start with visual studio 2012 to create new windows application project.
For Create Windows Form application
open visual studio 2012 –> File Menu –> New –> Project
Start to create a new C# Windows Forms Application Project
Open visual Studio 2012 and select New –> Project option from File Menu as shows in below figure.