Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Related content
Congratulations on completing this tutorial. To learn more, continue with the following tutorial:
Or try these other tutorials: