J
JFB
Hi All,
I have my MDI form and 10 child forms, I call the child form on the click
event from the menu using
Dim NewChildFrm As New newCustomerForm
NewChildFrm.MdiParent = Me
NewChildFrm.Show()
What can I prevent to open another newCustomerForm from the menu? if is
already one and open just got focus on the form.
Tks in advance
JFB
I have my MDI form and 10 child forms, I call the child form on the click
event from the menu using
Dim NewChildFrm As New newCustomerForm
NewChildFrm.MdiParent = Me
NewChildFrm.Show()
What can I prevent to open another newCustomerForm from the menu? if is
already one and open just got focus on the form.
Tks in advance
JFB