Three Steps

    Follow the Interface Design Sketch and the Pseudocode Plan below to build a VB project that displays the 3 steps of writing a VB project. Name your project ThreeSteps (with no space).

Your program must follow standard Windows conventions as well as our school's Visual Basic Coding Standards.

When you are finished with the project, call the instructor to your computer.

  1. He will execute the program to evaluate if it works correctly. This is called the "runtime grade."
  2. He will look at your code to be sure that it is complete and that it is typed and formatted neatly (i.e. follows the Coding Standards).

Interface Design Sketch




Pseudocode

Object Method Pseudocode
btnStep1 Click Show the phrase "Design the interface" in lblStep1
btnStep2 Click Show the phrase "Plan the code" in lblStep2
btnStep3 Click Show the phrase "Write the code" in lblStep3
btnClear Click lblStep1, lblStep2, & lblStep3 are cleared.
btnExit Click Exit the program.