Windows Forms

As forms are the base unit of your application, it is essential that you give some thought to their function and design. A form is ultimately a blank slate that you, as a developer, enhance with controls to create a user interface and with code to manipulate data. To that end, Visual Studio provides you with an integrated development environment (IDE) to aid in writing code, as well as a rich control set written with the .NET Framework. By complementing the functionality of these controls with your code, you can easily and quickly develop the solutions you need.

In This Section

  • Windows Forms Reference
    Provides links namespaces and to code samples for common Windows Forms programming tasks, and topics that describe the Windows Forms Designer user interface (UI).
  • Graphics Overview (Windows Forms)
    Discusses how to create graphics, draw text, and manipulate graphical images as objects using the advanced implementation of the Windows graphics design interface.