Write a program that does the same thing as this greeting program.
Note that when the program first executes, the "English, red" button has focus and the greeting is not shown. When your program is exactly the same as mine, print a screen shot and listing of the event handlers to turn in.
Hint: the colors I used are red, pink, blue and aqua.
Also -- do not forget to plan the program in English and Geek before you begin writing it in VB. How many event handlers do you need? Which properties are assigned new values? How many instructions will each event handler have? What type of instructions will they be, assignment statements or object.method statements?
Remember -- the best way to go fast is to go slow. Plan your programs well before you begin writing them.