Click to See Complete Forum and Search --> : Getting client-area of a FrameWnd


C. Sonntag
May 5th, 1999, 05:12 PM
Hi!

I'm trying to get the size of the "real" client-area of the Framewindow of my MDI-application. That means the rectangle excluding all toolbars, statusbars and the menu.

Using CWnd::GetClientRect() doesn't work the way I need it, because that function returns the client rect excluding the menu, but not the toolbars and the statusbar.

I would be very pleased if somebody could help me

Regards

C. Sonntag