A
alex
Hi,
how can I detect if an MDI is already open or not in order to prevent it
from being opened again.
How can I bring the MDI form to the TOP from the parent window.
If I do a
Dim myChildForm1 As New frmForm1()
myChildForm1.MdiParent = Me
myChildForm1.Show()
to startup the form in a Sub of the parent then i supposed I need to
store the reference somehow in order to access it later from a different
or even the same sub.
Can anyone give me a hand on that ?
Thanks
A
how can I detect if an MDI is already open or not in order to prevent it
from being opened again.
How can I bring the MDI form to the TOP from the parent window.
If I do a
Dim myChildForm1 As New frmForm1()
myChildForm1.MdiParent = Me
myChildForm1.Show()
to startup the form in a Sub of the parent then i supposed I need to
store the reference somehow in order to access it later from a different
or even the same sub.
Can anyone give me a hand on that ?
Thanks
A