G
Guest
This should be an easy questions, but I have not had any luck with the answer.
Can you load all forms in a project at once and just have the visible =
False for all but one??? Then to switch between forms, all you would have to
do is work with the visibility property.
I have a project that has forms and I will need to switch between all of
them. One is the main form and it stays loaded (And visible), but the others
will load depending on the operator input. Also, I will have other forms
start even more forms. For example, I will have the main form (Form1) start
form2. Then form2 will start form3. When form3 closes, I need to close form2
& form3. It would be easy if I could just change the visiblity of form2 &
form3.
Maybe I am going about this wrong. Is there a better way?
PLEASE HELP.
Can you load all forms in a project at once and just have the visible =
False for all but one??? Then to switch between forms, all you would have to
do is work with the visibility property.
I have a project that has forms and I will need to switch between all of
them. One is the main form and it stays loaded (And visible), but the others
will load depending on the operator input. Also, I will have other forms
start even more forms. For example, I will have the main form (Form1) start
form2. Then form2 will start form3. When form3 closes, I need to close form2
& form3. It would be easy if I could just change the visiblity of form2 &
form3.
Maybe I am going about this wrong. Is there a better way?
PLEASE HELP.