Lab 3 – Pizza Selection (part 2)

Maximum Points = 10

 

 The purpose of this lab is to implement the Visual Basic code for the simple GUI from Chapter 2. The GUI will consist of two picture boxes to hold pictures of two types of pizza, 3 buttons for selecting the pizza type and pictures of that type and an exit button. [shown below] Follow the guidelines in chapter 3. Test your program frequently and TEST WHAT YOU SUBMIT.

 

 

 

 (Due before 5 pm on Saturday, February 1, 2014) Submit your files containing your program and design by zipping up the Project folder into a file named lab3-ws.zip where ws are your initials. Upload the file to the dropbox in CougarView.

NOTE: Documentation must include

A) Program block:

‘******************************************************************************
‘ PROGRAM:            program name
‘ AUTHOR:                your name                             (give credit for any code that is not yours)
‘ DATE:                      date of creation
‘ PURPOSE:             detailed description of program
‘******************************************************************************

B) Every subroutine

‘******************************************************************************
‘detailed description of the subroutine’s function
‘                       (give credit for any code that is not yours)
‘******************************************************************************

Grades are determined using the following scale:

Grading Rubric  (Word document)