Ch. 9 Demo Program #1 - reading a password
from a sequential access file
Ch. 9 Demo Program #2 - reading from
a sequential access file and detecting the end of the file (using EOF)
Ch. 9 Demo Program #3 - opening
a sequential access file and writing data to that file to keep track
of a high game score
Ch. 9 Demo Program
#4 - using a second form in a VB project and appending to a sequential
access file
Ch. 9 Demo Program
#5 - another example of reading questions and answers from a sequential
access file into parallel arrays
Ch. 9 Demo Program
#6 - an example of using multiple forms and the Hide and Show methods
along with vbModal & vbModeless
Ch. 9 Demo Program
#8 - a comparison between the use of sequential and random access
files