Share via


Tutorial: Create a Windows Forms app in Visual Studio with C#

In this tutorial, you create a simple C# application that has a Windows-based user interface (UI). The app has a button that changes the text of a label. This simple app has all the components used for more complicated Windows Forms programs.

  • Create a C# project in Visual Studio
  • Create an application
  • Run your application

Prerequisites

Create a project

First, create a C# application project. The project type comes with all the template files you need to create your application.

Create the application

Run the application

Congratulations on completing this tutorial. To learn more, continue with the following tutorial:

Or try these other tutorials: