We revisit the traditional first step in programming, this time in the GUI world of Windows Forms.
Task
Watch the video
Create and run the same program yourself
Questions
Can you modify this program to use a text box instead of a label for the message?
Can you then modify the program to erase the text box when the user clicks on or moves the focus into the box (e.g. using the tab key)? Hint: There might be an event you can use.