Hi there folks! I am working on a program that uses a listbox with check boxes. It is a program that teaches students how to spell word family words ("at, ate, ot, op, etc".) Anyway, teachers can go in and select from a listbox which word families they want to use. What I am stuck with, is how do I save their selections to a textfile for future reference.

For example, if a teacher selects 5 of the 38 word families, I would like to save them in a textfile called SAVEDList. Then the next time the teacher runs the program, it would check the textfile, see which word families are listed, and check them automatically, so they don't have to repeat the process.

Does anyone have any experience working with checkbox listfiles, mine is called UsingList.

Thanks!