Hello World of Windows

Line: Forms Line
Easy Difficulty Forms Learning Outcome One Learning Outcome Two Learning Outcome Six Video
Type: Video
You should have completed: Assignment One This topic leads to: Calculator

Summary

We revisit the traditional first step in programming, this time in the GUI world of Windows Forms.

Task

  1. Watch the video
  2. Create and run the same program yourself

Questions

  1. Can you modify this program to use a text box instead of a label for the message?
  2. 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.