ISYS-302: Programming in Visual Basic: Class Notes for Session 1

Notes from class will be entered here.

Program Assignment 1

For the first programming assignment, we will start off with something very simple. You will recall from class that I showed you how to setup a simple form with buttons and a label. The assignment directly draws from this.

Create a form that contains three buttons:

  • Larry
  • Moe
  • Curley
  • Quit

When the user clicks each of these buttons you should display, using a label, the message “Hello Larry”, “Hello Moe”, or “Hello Curley”. Depending on which button was clicked. If the “Quit” button was clicked, you should exit the program.

How to Submit Homework

Homework should be submitted through my Maryville e-mail account. You can get this address from your syllabus or from my main Maryville page.

You should copy your project folder into a ZIP archive, and email me that ZIP file. I will show you how to do this in class. The subject should be the name of the assignment, for example “Program 1”.