I'm making a program that has 3 forms. The first one is used to set settings, the 2nd is the main part (a quiz), and the 3rd is a summary of the questions/answers.
I want to include a reset function that takes the user back to the original form and starts again. A lot of my variables are stored in a module, and if I use .close on any of the forms they dispose of the variables used in that particular form. However if I hide them, then the _load event never happens after the first time.
Question
Michael1406
I'm making a program that has 3 forms. The first one is used to set settings, the 2nd is the main part (a quiz), and the 3rd is a summary of the questions/answers.
I want to include a reset function that takes the user back to the original form and starts again. A lot of my variables are stored in a module, and if I use .close on any of the forms they dispose of the variables used in that particular form. However if I hide them, then the _load event never happens after the first time.
How can I get past this?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts