Getting CLIENTRECT absolute coordinates?(WIN32)

Started by
0 comments, last by sphinx23 19 years, 2 months ago
How would one go about it? GetClientRect gets you the relative rect and GetWindowRect gets the bounding rect in absolute coordinates. Is there a way to get the dimensions of the window border? Thank you
Advertisement
To get the window border dimensions, you should see the GetSystemMetrics API function. But I think you're more looking for ScreenToClient and ClientToScreen .

This topic is closed to new replies.

Advertisement