Syllabus

Home

Class Resources

News

CS-100 In-Class Project Four: More Visual Basic Events

Instructions:

  1. Draw the form shown above.
  2. Name the form frmEvents and set the caption to Title Maker.
  3. Add a label with caption "CS-100 Visual Basic". Set it's name to lblTitle. Center the text on the label and allow the background to show through.
  4. On the left add three more labels as shown above. The font is bold, size 10, and the fontName is Courier.
  5. Using the shape object place a tiny green circle to the left of each label.
  6. Now add a text box on the top right. Name it txtOne. It should contain no text.
  7. Add two command buttons below the text box. Name them cmdFace1 and cmdFace2 respectively. Set their color and caption as shown.
  8. Add another command button below the previous two. Name it cmdTitlebar, set it's caption to Go with G as an access key.
  9. Finally add the two command buttons at the bottom for Quit and Reset. Name them cmdQuit and cmdReset. Notice the Q and R are access keys.
  10. Code will be added in class for the text box and command buttons.