Click to See Complete Forum and Search --> : Mouse position


April 24th, 1999, 12:44 AM
Hi gunu,
My question is how to know the mouse is in the main frame area or in the view area
if I just move the mouse around but not click it. Thanks in advance.
cepheid

Rotem
April 24th, 1999, 04:26 AM
You can catch the MouseMove messages.

April 24th, 1999, 01:13 PM
Thanks for your info, actually I don't know how to use the
'catch' function for the mouse move. Can you please drop
some words on this? thanks.
cepheid

April 24th, 1999, 05:57 PM
Try GetCursorPos(...) function