04-14-2006 02:32 AM
04-14-2006 03:29 AM
You can use the built-in function EnableExtendedMouseEvents: it entitles a control to receive extended mouse events like EVENT_MOUSE_MOVEm EVENT_LEFT_MOUSE_UP, EVENT_RIGHT_MOUSE_UP. The control callback will receive these additional events together with standard user-interface events. In case of MOUSE_MOVE event, you can define the minimum interval between consecutive events.