Wyo VB Ch. 5 Lecture Notes

You only have to read pp. 155-162 of the textbook in Chapter 5. We will not be studying context menus or toolbars. Most of the topics on this page of notes are not explained in Ch. 5 of the textbook.

Objective #1 - Use a MessageBox to display output.

Objective #2 - Use an InputBox to obtain user input.

Objective #3 - Use two-dimensional arrays.

Objective #4 - Use timer objects for animation.

Objective #5 - Measure elapsed time with the DateAndTime.Timer method.

Objective #6 - Play sound clips.

Objective #7 - Write data to a text file.

Objective #8 - Read data from a text file.

Objective #9 - Create and use functions.

Objective #10 - Use multiple forms in a project

Objective #11 - Create arrays of objects.