1) Create <SourceFileName>.cs File As Per The Syntax Of C#'s Window
   Application.
2) Go to Visual Studio .Net's Tools Menu And Click On "MS.Net Command Prompt" Option.
   So That C#'s CSC.EXE Compiler Will Be Available To You From Any Path.
3) Compile, Build Your Source Code File By Following Command Line.....
   csc.exe /out:<SourceFileName>.exe /t:winexe /r:System.Dll,System.Drawing.Dll,System.Windows.Forms.Dll <SourceFileName>.cs
