CAPP 305
Lab exercise 1

Make a form that looks exactly like this (except substitute your name into the top label).
The image file is
MicrosoftVisualStudio\Common\Graphics\Metafile\Business\Computer.wmf.
Or use some other wmf file if your machine doesn't have the computer image.

Then Print the Form Image from VB. Then Alt+PrintScreen the running application and paste it into Word and print it. What's the difference between the two printing methods?

Print the .vbp and .frm files from an editor, such as Word. Understand the contents of the frm file.

Finished already? Add a group of option buttons (ex. coffee, tea, or chocolate). Option buttons must be drawn into a frame object.
Write an event procedure for the Begin button that sets the enabled property of the Exit button to true.