Wyo VB Three Steps

    Follow this Interface Design sketch and the Methods Pseudocode information below that was provided in class to build a VB project that displays the 3 steps of writing a VB project. Your program must follow the Visual Basic Coding Standards. Name your project Three Steps . Please substitute "Three Steps" for any references to "Ch 2 Proj 2".

Staple your printouts in the following order:

  1. VB code
  2. The screen capture of your actual form window at runtime after a successful test case.

Interface Design Sketch





Methods Pseudocode

Object1 Event Pseudocode
btnStep1 Click Show the phrase "Design the interface" in lblStep1.
btnStep2 Click Show the phrase "Plan the code (aka pseudocode)."
btnStep3 Click Show the phrase "Write and debug the code."
btnClear Click lblStep1, lblStep2, & lblStep3 are cleared.
btnExit Click Exit the program.