Hello All,
This is a very simple tutorial on how to create a Windows Form Application in c#.
Requirements
Visual Studio 2008 or higher versions.
What is Windows Forms?
Windows Forms (WinForms) is the name given to the graphical application programming interface (API) included as a part of Microsoft .NET Framework, providing access to native Microsoft Windows interface elements by wrapping the extant Windows API in managed code. (Wiki definition)
So lets start.