
Tutorial: Create a Windows Forms app in Visual Studio with C#
Jun 3, 2025 · 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 …
Create a new app with Visual Studio tutorial - Windows Forms
May 6, 2025 · Follow this tutorial to learn how to create a new Windows Forms app for .NET with Visual Studio 2022.
Windows Forms for .NET documentation | Microsoft Learn
Learn about Windows Forms What's new What's new Overview Windows Forms overview Tutorial Create a new app Migrate from .NET Framework Download Visual Studio 2022
Tutorial: Create a WinForms app with Visual Basic
Jun 3, 2025 · In this tutorial, you create a Visual Basic application that has a Windows Forms user interface. The Visual Studio integrated development environment (IDE) includes all the tools …
What is Windows Forms - Windows Forms | Microsoft Learn
May 7, 2025 · With Windows Forms, you develop graphically rich apps that are easy to deploy, update, and work while offline or while connected to the internet. Windows Forms apps can …
Windows Forms Designer tutorial - Visual Studio (Windows)
Aug 5, 2025 · If you're a C++ developer and are looking for a tutorial to help you create a Windows app that includes forms and controls, see Creating a forms-based MFC application.
Desktop Guide for WPF and Windows Forms on .NET
The Desktop Guide is a set of documentation for .NET-based Windows UI technologies including Windows Presentation Foundation (WPF) and Windows Forms (WinForms).
Build a Windows Forms Blazor app | Microsoft Learn
Nov 12, 2024 · This tutorial shows you how to build and run a Windows Forms Blazor app. You learn how to:
Overview of Data Binding and Windows Forms - Windows Forms
May 6, 2025 · Learn about interfaces related to Data Binding, data sources supported by Windows Forms, and types of Data Binding.
Windows Forms Application Basics - Visual Basic | Microsoft Learn
Jul 23, 2022 · An important part of Visual Basic is the ability to create Windows Forms applications that run locally on users' computers. You can use Visual Studio to create the …