Get the Client area of a window?

Started by
0 comments, last by Abob 21 years, 8 months ago
Using the WIN32 api how do I get the screen coordinates of the client area of a window? GetWindowRect gets the RECT of the hole window. GetClientRect gets the size of the client area but not screen or window coordinates Thanks for any help
Arrg!!
Advertisement
bool ClientToScreen(HWND, LPPOINT);

Hope this is it,
Crispy
"Literally, it means that Bob is everything you can think of, but not dead; i.e., Bob is a purple-spotted, yellow-striped bumblebee/dragon/pterodactyl hybrid with a voracious addiction to Twix candy bars, but not dead."- kSquared

This topic is closed to new replies.

Advertisement