mdi area...

lidds

Well-known member
Joined
Oct 19, 2004
Messages
122
Programming Experience
Beginner
I have a form which is a mdiParent, on this form I also have a left docking form which obviously reduces the size of the avaliable mdi area. Is there a way that I can get the width and height of the mdi area that is avaliable?

I am programming in VB.Net.

Thanks in advance

Simon
 
If you look through the Controls collection for the form you will find a MdiClient control, get the ClientSize of this.
 
Back
Top