Windows Forms (WinForms) is a graphical (GUI) class library included as a part of Microsoft .NET Framework. Providing a platform to write rich client applications for desktop, laptop, and tablet PCs. So let get started with a demo application.
To create a window form application open visual studio 2015 (If not available then download from Microsoft website). Click on File in menu and create a new project.
Choose the “Window form application” from the list under Templates -> Visual C#->windows and name your project.
To rename go to the solution explorer select the form1.cs and rename it.
Now our window form is ready on which we can build our application.

Shubham KumarPosted Feb 3, 2016, 4:18 AM
nice
Ammar ShaukatPosted Jan 27, 2016, 4:05 AM
good