Hello All,
I'm back again with yet another small question...
How can I tell if an instance of one of my forms is already open? I didn't see any kind of "status" property...
For the sake of simplicity in answering, let's assume my form instance is called MyForm and was initiated at the start of my application...
VB Code:
Public MyForm as New frmMyForm
I just need to know if I have opened it (MyForm.Show) or not...
Thanks in advance,
Squirrelly1![]()




Life is grand for a coder, no?
Reply With Quote