Re: [2.0] MDI Forms problem
I guess, it can be done by using GetWindowRect and by subclassing the form and trapping WM_WINDOWPOSITIONCHANGING message.
But I'll be glad if someone posts a 'framework way'.
I'm a newbie in C#. Sorry, I don't know the 'framework way'. :(
Re: [2.0] MDI Forms problem
Hmm, I don't mind using API calls if it's absolutely necessary... but like you said, I'd much rather find a '.NET' way.. If I get nothing here, I'll post in VB.NET..
Bill
Re: [2.0] MDI Forms problem
...on second thougt, it mightbe done just by SetParent. But that may cause some problem.