G
Gerry
I have an MDI form and a child form to go with it.
The child form is called frmChild. There is also a button
on the MDI form and when pressed invokes the following
code
-------------------------
dim frm as new frmChild
frm.mdiparent = me
frm.show()
-------------------------
How can I loop through all of the visible forms in this
MDI ? (e.g. stop more than one instance of the same child
form appearing - or count the number of instances taht
exist before opening up another)
Thanks
Gerry
The child form is called frmChild. There is also a button
on the MDI form and when pressed invokes the following
code
-------------------------
dim frm as new frmChild
frm.mdiparent = me
frm.show()
-------------------------
How can I loop through all of the visible forms in this
MDI ? (e.g. stop more than one instance of the same child
form appearing - or count the number of instances taht
exist before opening up another)
Thanks
Gerry