How To Create A Simple Windows Form In Visual Studio

Step 1: open the Visual Studio and go to the new project.

new 
 
Step 2: Save your File,

save
 
Step 3: you will see the designing page.go to properties and change the name of the form.

form
 
Step 4: Go to toolbox and  take a label.Type Any  as you want.

toolbox
 
Step 5: This is the output of the Simple windows Application,

Application