Adjust window size

Started by
2 comments, last by Drath 21 years, 1 month ago
I have a size I need for a windows window but what I want to do is make sure that the actual "blank bit" (I think its called the client area) is this size and every thing else is resized according to this. I thought AdjustWindowRectEx did this but I am wrong.
Advertisement
Yes it''s called the client area and AdjustWindowRect() or AdjustWindowRect() is the function you want. Check your parameters.


<span class="smallfont">That is not dead which can eternal lieAnd with strange aeons even death may die.   -- "The Nameless City" - H. P. Lovecraft</span>
Another solution is MoveWindow() and SetWindowPos().

Kuphryn
quote:Original post by kuphryn
Another solution is MoveWindow() and SetWindowPos().

Kuphryn


Yes that is, but it''s also a humongous pain in the ass when compared to AdjustWindowRect
daerid@gmail.com

This topic is closed to new replies.

Advertisement