[RESOLVED] Opening a new form
Hi :wave: All,
I have 2 forms, FormA, FormB.
I'd like to open FormB upon clicking a button, btn_Match.
I used the following method to display FormB:
Dim nwfrm As New FormB
nwfrm.Show()
It's is successful, I clicked the button, FormB appears.
But then, if I did not close FormB, I clicked btn_Match again, a 2nd FormB appears.
I do not want this to happen; what I wanted is that when I clicked btn_Match again and again, it refreshes FormB, WITHOUT opening another FormB.
Regards,
FYRe
Re: [RESOLVED] Opening a new form
hehe,Alas,one code from me works for u :D
Thanks