|
-
Sep 14th, 2005, 12:46 AM
#1
Thread Starter
Lively Member
[RESOLVED] Opening a new form
Hi 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
sOMEONE'S gONNA dO iT, wHY nOT yOU ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|