|
-
Nov 16th, 2009, 08:03 PM
#1
Thread Starter
New Member
New to MDi Forms
I am very new to VB 2008 and MDi forms. I have found code that puts one child forminto a parent form. How do you had multipule child forms into the parent. Below is the code that I found:
Dim MDIChildForm As New Form2()
MDIChildForm.MdiParent = Me
MDIChildForm.Show()
Thanks
Kieth
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
|