Wyo VB - Ch. 9 Notes

Objective #1: Understand the 3 different kinds of external data files that can be used by a VB project.

Objective #2: Create external sequential access data files.

Objective #3: Use data files with VB programs.

Objective #4: Read data from a sequential access file and write data to a sequential access file.

Objective #5: Use the Close statement to close files.

Objective #6: Use user-defined types to store data.

Objective #7: Use random access files along with user-defined types.

Objective #8: Use the App.Path property of a VB project to make the project portable

Objective #9: Use the Make menu command to make an executable version of a VB project

Objective #10: Use selected API function calls including those that allow audio clips to play

Objective #11: Use selected third party controls (.ocx) including the VB Multimedia 6 control.