Syllabus

Home

Class Resources

News

CS-100 In-Class Project: The Pizza Order Form

Instructions:

  1. Download the form for this project from the website: Pizza Order Form
  2. Write the necessary Visual Basic instructions to do the following when the "Place Order" command button is pushed.
    1. Print the words "Pizza Order" at the top of the picture box.
    2. Check each option button for the pizza size and print the selected size to the picture box.
    3. Check each option button for crust type and print the selected type to the picture box on the same line as the size.
    4. Check all the check boxes and print a list of selected toppings to the picture box beneath the crust type and size.
    5. Take the phone number from the text box and print it to the picture box.
  3. The Clear command button should clear the contents of the picture box when pressed.
  4. Save your work to floppy disk.
  5. You may confer with classmates in working this problem.