Hi.
I am creating an application (primarily in C#), with MDI child windows. What I would like to do, is to override the default behavior that makes a newly createad child form maximized if the topmost childform that already exists is also maximized. Furthermore, if I maximize one form, I don't want all the other forms to be maximized, and the same thing goes for 'restoring' forms: if the topmost form is maximized, and I 'restore' it to its orignial size, I do not want the rest of the MDI child forms to be resized as well.
Any ideas?
Thanks,
Eyvind.