Build a button (C# windows form) - .NET for Beginners

Опубликовано: 17 Июнь 2026
на канале: rory mulcahey
9,344
47

In this video we will cover how to build a basic windows form application.

Basic Steps:

Create new windows form application
Name the project accordingly
Drag and drop a button into our form
Rename the button
Double click the button to auto create event handler
Add code to event handler that will display a message box
Run program!

C# .NET
Windows Form Application
Button Event
Message Box
Visual Studio