Creating a New Windows Form

This topic contains links to topics that describe how to create your first Windows Forms application. Also, the topics in this section introduce some of the basic vocabulary and guidelines that you should understand when you start to create a Windows Forms application. To learn more about Windows Forms application; the controls you can use on them, events and handling events and how to handle input from the user see the related topic list.

In This Section

Topic Location
Walkthrough: Creating a Simple Windows Form Windows Forms Programming
How to: Add Windows Forms to a Project Windows Forms Programming
Walkthrough: Getting Started with the Windows Forms Designer Windows Forms Programming
How to: Keep a Windows Form on Top Windows Forms Programming
How to: Create a Windows Application Project Windows Forms Programming
How to: Display Windows Forms in the Designer Windows Forms Programming
How to: Compile and Run a Complete Windows Forms Code Example Using Visual Studio Windows Forms Programming
How to: Choose the Startup Form in a Windows Application Windows Forms Programming
Walkthrough: Creating a Simple Windows Form Windows Forms Programming
How to: Add Windows Forms to a Project Windows Forms Programming
Walkthrough: Getting Started with the Windows Forms Designer Windows Forms Programming
How to: Keep a Windows Form on Top Windows Forms Programming
How to: Create a Windows Application Project Windows Forms Programming
How to: Display Windows Forms in the Designer Windows Forms Programming
How to: Compile and Run a Complete Windows Forms Code Example Using Visual Studio Windows Forms Programming
How to: Choose the Startup Form in a Windows Application Windows Forms Programming
Walkthrough: Creating a Simple Windows Form Windows Forms Programming
How to: Add Windows Forms to a Project Windows Forms Programming
Walkthrough: Getting Started with the Windows Forms Designer Windows Forms Programming
How to: Keep a Windows Form on Top Windows Forms Programming
How to: Create a Windows Application Project Windows Forms Programming
How to: Display Windows Forms in the Designer Windows Forms Programming
How to: Compile and Run a Complete Windows Forms Code Example Using Visual Studio Windows Forms Programming
How to: Choose the Startup Form in a Windows Application Windows Forms Programming
Walkthrough: Creating a Simple Windows Form Windows Forms Programming
How to: Add Windows Forms to a Project Windows Forms Programming
Walkthrough: Getting Started with the Windows Forms Designer Windows Forms Programming
How to: Keep a Windows Form on Top Windows Forms Programming
How to: Create a New Windows Forms Application Project Windows Forms Programming
How to: Display Windows Forms in the Designer Windows Forms Programming
How to: Compile and Run a Complete Windows Forms Code Example Using Visual Studio Windows Forms Programming
How to: Choose the Startup Form in a Windows Application Windows Forms Programming

Reference

  • Form
    Describes this class and contains links to all its members.
  • Control
    Describes this class and contains links to all its members.
  • Handling User Input
    Contains links to topics that discuss user input and how to handle it in Windows Forms applications.