Now, let’s start with creating the Windows Application.

  • Select New option in the file menu.
  • Select ‘Project option’ in the submenu.
  • The window which will appears look like as shown below.

  • Select the node ‘Visual C#’ in the ‘Project types’.
  • Select the ‘Windows Forms Application’ in the ‘Templates’ section.
  • Name the New Project & specify where to store it.
  • Click OK button to create this New Visual C# Project.
  • This creates New Windows Project and opens its Designer Window.
  • The window which will appears look like as shown below.

  • ‘Form1’ is the window that will become our new windows Application.