S
Sheryl
I am able to pop up a form ("Form2") by clicking a button from another form
("Form1"), and populate Form2's textboxes from Form1. But it's also possible
to pop up Form2 directly, from the "Forms" screen. How do I test if Form1 is
actually open onscreen? When it's closed, it seems to still have all its
current data from the last time it was opened, and properties like
application.CodeProject.Forms("Form1").IsLoaded or Form_Form1.Visible don't
give this information.
("Form1"), and populate Form2's textboxes from Form1. But it's also possible
to pop up Form2 directly, from the "Forms" screen. How do I test if Form1 is
actually open onscreen? When it's closed, it seems to still have all its
current data from the last time it was opened, and properties like
application.CodeProject.Forms("Form1").IsLoaded or Form_Form1.Visible don't
give this information.