C# Lab Sheet 1: Windows Forms and Event Handling
Part 1
Exercise 1.1: Simple Calculator
Steps:
Create a new Windows Forms Application project named "SimpleCalculator"
Add the following controls to Form1:
3 TextBoxes (txtNum1, txtNum2, txtResult)
3 Labels (set Text property to "Number 1", "Numbe...
techxnomad.hashnode.dev6 min read