Re: Win32 Mouse

new topic     » goto parent     » topic index » view thread      » older message » newer message

>>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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu