Re: Win32 Mouse
>>How do you get the x and y position of the upper-left corner of the inside
>>box of a window? (the drawing area of a window) I can get the x and y for
>>the whole window, but i don't want that.
Mike Hurley
This work area is called the CLIENT AREA the rest of the window is called
the NON-CLIENT AREA.
There are three coordinate systems ( screen, whole-window, client-area )
Maybe you can use ScreenToClient and ClientToScreen functions.
In the the CLIENT coordinate system the upper left corner is 0,0
I don't know if this helps you.
Bernie
|
Not Categorized, Please Help
|
|