|
-
May 26th, 2002, 07:22 PM
#1
MDI forms
I made a little MDI form, now how should I add the child forms?
I noticed the MdiParent property, should I just set that in Form_Load?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
May 27th, 2002, 09:44 AM
#2
Addicted Member
yes, thats exactly how to do it in VB.NET
the old VB6 concept of setting the MDIChild property (or whatever it was called - can't remember) to true doesn't exist any more...
basically to do MDI in VB.NET you set IsMDIConatainer to true in your MDI Parent form, and then when a child form opens, you set the MDIParent property to the MDIParent form you have...
HTH
funky
-
May 27th, 2002, 02:22 PM
#3
tnx for the help so basically you cant set it at design time, right?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
May 27th, 2002, 05:47 PM
#4
Addicted Member
essentially yeah thats what it boils down to. Intuitively it seems like a backwards step doesn't it? but i think it has brought it inline with most other "visual" languages that do it this way...
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
|