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