Introduction
Develop the application you created in class to include buttons to make the
font bold, italic, and normal. You will need to use the Font
subproperties, like: lblMessage.Font.Bold = True. Pressing the Bold
and Italic buttons should make the font both bold and italic.
Hint: remember that normal means not bold and not italic.
Important features
- Properly named controls and project
- Commented code
- Proper indents