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
Printable View
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
You can catch the MouseMove messages.
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
Try GetCursorPos(...) function