|
-
Nov 12th, 1999, 06:00 AM
#1
Thread Starter
Hyperactive Member
I'm trying to write code to tile all open windows in an MDI program. I also want to be able to make it cascade them. However, I'm not sure how to find out which windows are open, and then use that to set the properties on all of the windows.
------------------
Ryan
[email protected]
ICQ# 47799046
-
Nov 12th, 1999, 07:40 AM
#2
You can easily do it by using Arrange method.
frmMDI.Arrange vbTileVertical
To arrange it horizontally:
frmMDI.Arrange vbTileHorizontal
or Cascade:
frmMDI.Arrange vbCascade
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 12th, 1999, 07:59 AM
#3
Thread Starter
Hyperactive Member
Thanks, worked great!
------------------
Ryan
[email protected]
ICQ# 47799046
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
|