I need to know how to find out where the client area of a window is in screen coordinates. Can someone please help me?
Printable View
I need to know how to find out where the client area of a window is in screen coordinates. Can someone please help me?
Hi,
To get the original co-ordinates, call GetClientRect(). Then, convert the co-ordinates by calling ClientToScreen().
Daniel.