| Create a program interface that
displays "Greetings from Earth" in a textbox with the click of a button. The
program must also have a Clear button to clear the text and an Exit button to exit the
program. Save application as Greetings. |
- Title of Form is Greetings
- Textbox must start out empty
|
 |
button is clicked to create text
|
 |
button is clicked to clear text
|
 |
button is clicked to exit program
|
 |
| Now that everything is working
change the font name, size and color to something other than default (change the Font and Forecolor
properties). |
 |