N
nTn
Hi!
I open a new form in my Mdi. But if I click in button again to open this
form, the program create another form.
How I can check if the form is already open?
I'm using that:
Dim frmUsuarios As New usuarios("Usuarios", Me)frmUsuarios.Show()
I open a new form in my Mdi. But if I click in button again to open this
form, the program create another form.
How I can check if the form is already open?
I'm using that:
Dim frmUsuarios As New usuarios("Usuarios", Me)frmUsuarios.Show()