Hi
How can I check if there is any form’s active.
Exp.
I have main.frm and I want to check if other forms are
Working.
If yes I want to unload them.
I try this code it work :
If Myfrm.visibel = True then unload Myfrm
But there is problem that each time I run this code
VB will load the form “Myfrm” and this case it waste of time.
I hope Same one Can Help
Thanks
How can I check if there is any form’s active.
Exp.
I have main.frm and I want to check if other forms are
Working.
If yes I want to unload them.
I try this code it work :
If Myfrm.visibel = True then unload Myfrm
But there is problem that each time I run this code
VB will load the form “Myfrm” and this case it waste of time.
I hope Same one Can Help
Thanks