|
-
Aug 3rd, 2006, 08:19 PM
#1
Thread Starter
Lively Member
[RESOLVED]Put all forms within one window?
Hey I read somewhere how to do this, but i cant remember how. I am trying to put all my forms within one window. LIke here is an example how how things are now:
http://i10.photobucket.com/albums/a1...ss/example.png
now how do i make it so they are all contained within one big window, so when the big one closes, they all close, and so when the big one minimizes, they all minimize?
Thanks,
Chris
Last edited by d00by; Aug 3rd, 2006 at 11:51 PM.
Reason: Resolved
-
Aug 3rd, 2006, 08:38 PM
#2
Re: Put all forms within one window?
You need to add a MDIForm, and then set your other forms MDIChild properties to True
-
Aug 3rd, 2006, 08:59 PM
#3
Thread Starter
Lively Member
Re: Put all forms within one window?
thanks, now how do i manually set the positions so the windows are at the right place at startup again. Now that thye are children of mdi, they all stack on startup
-
Aug 3rd, 2006, 09:02 PM
#4
Re: Put all forms within one window?
set their positions in the form load of each form
-
Aug 3rd, 2006, 09:51 PM
#5
Thread Starter
Lively Member
Re: Put all forms within one window?
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
|