Wyo VB - Chapter 8 Resources

Ch. 8 Vocab

Ch. 8 Notes - multiple forms, MDI projects with parent & child forms, splash screens, Form_Activate event, standard code module, timer object, control arrays

Ch. 8 Demo Programs

Demo Program #1 - Select Case, general procedures, With/End With
Demo Program #2 - arrays, flag variables, sentinel values, pre/postconditions
Demo Program #3 - event procedure calling a general procedure
Demo Program #4 - passing parameters
Demo Program #5 - passing multiple parameters
Demo Program #6 - use of animation with an object's Move method. It also illustrates the use of Timer, Shape, & Horizontal Scrollbar controls.
Demo Program #7 - using Picture controls, the App.Path property, Beep, variables with the Date data type, and the use of the system time (Time function).
Demo Program #8 - using a control array, a timer control, a picture control, and animation.

Ch. 8 Worksheet #1 - Create questions for the Ch. 8 Test

Ch. 8 Programming Assignment

Ch. 8 Practice Test