|
-
Aug 25th, 2003, 01:39 AM
#1
Thread Starter
Hyperactive Member
Arrange MDI CHilds
Hi,
How to arrange MDI CHild Form to cascade, vertical and horizontal?
-
Aug 25th, 2003, 02:17 AM
#2
Sleep mode
Re: Arrange MDI CHilds
See other enums for MdiLayout obj .
VB Code:
Me.LayoutMdi(MdiLayout.TileHorizontal)
-
Aug 25th, 2003, 02:25 AM
#3
Sleep mode
Ofcourse this goes in the MDI Parent form .
-
Feb 20th, 2004, 09:05 PM
#4
Thank you pirate just saved me a few minutes
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!!
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
|