T
The Clansman
Hi,
I have a MDI parenf form, I have this code to load a child form:
Dim f As New frmAddUser
f.MdiParent = Me
f.Show()
this is a button procedure, the problem is that every time I click the
button, the mdiform is added to the mdiparent, how do I prevent it?? I want
to add the child form only if that form is not loaded.
thanks
I have a MDI parenf form, I have this code to load a child form:
Dim f As New frmAddUser
f.MdiParent = Me
f.Show()
this is a button procedure, the problem is that every time I click the
button, the mdiform is added to the mdiparent, how do I prevent it?? I want
to add the child form only if that form is not loaded.
thanks