Button, Label, Textbox - .NET for Beginners

Опубликовано: 08 Апрель 2026
на канале: rory mulcahey
1,532
12

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

Basic Steps:

Setup a windows form GUI.
Add labels to the form.
Add textboxes to form.
Add button to form
Write code for the application
Create variables to store data
Grab data from controls
Manipulate the data
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
Variable Types