|
-
May 24th, 1999, 12:54 PM
#1
How to get MDI client area minus control bars?
I wonder if there is an easy way to get the client area of an MDI application minus the control bars. What I mean is the total area for displaying child windows; control bars will block child windows. I can use GetClientRect() to get the whole client area of the application window, but then I would have to recalculate the resulting rect based on what bars are visible on the screen. There must be an easy way to do this.
thanks,
jonas
jonas
-
May 24th, 1999, 01:35 PM
#2
Re: How to get MDI client area minus control bars?
Possibly GetSystemMetrics() will help you.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|