|
-
Jul 19th, 2009, 07:45 PM
#1
Thread Starter
Lively Member
[RESOLVED] MDI Child problem
How can i set the form1 as a mdi child? when im showing the form in the mdi parent the form appears but the form is not exactly inside the mdi parent. In vb6 i can make it by setting the form1 to mdi child into true, but in vb9 i cant find it.help.thanks.
PL:VB2008 
LEVEL: beginner
There must be a simpler way to do this...
-
Jul 19th, 2009, 08:43 PM
#2
Re: MDI Child problem
You assign the parent form to the child's MdiParent property before calling Show. The parent form's IsMdiContainer property must be set to True.
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
|