|
-
Jul 5th, 2002, 01:35 AM
#1
Thread Starter
New Member
MDI form confusion
Hi guys,
I have a little problem when creating MDI style in VB.NET. In the MDIcontainer form (Form1) , I put a button and in its click event I wrote these codes:
dim frmchild as New form2
frmchild.MDIParent = Me
frmchild.Show()
OK, then the MDIChild showed up...No problemo...it run well. But when I click the button again, another MDIChild form showed in the MDIContainer form...again and again. Is there a way to stop the MDIChild from keep on showing ?
THX
 K I
is in the house
Mail me
==========================
"Finally VB is getting closer to Java haha"
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
|