|
-
May 6th, 2004, 12:37 PM
#1
Thread Starter
New Member
VB .net MDI Form question
Hi guys,
I am trying to determine whether the child form is opened before creating another instance of a form.
The following code creates a new instance of form.
Dim frm As New Form
frm.MdiParent = Me ' Me is the container
frm.Show()
I don't want to create another instance of a form if the same form already opened. If the form already opened then I want to bring to the front.
Thanks in advance
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
|