[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
Re: Put all forms within one window?
You need to add a MDIForm, and then set your other forms MDIChild properties to True
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
Re: Put all forms within one window?
set their positions in the form load of each form
Re: Put all forms within one window?