I have a need to determine when the mouse stops moving. Thinking I could use a timer and compare x and y values, but that idea isn't too appealing. Are there other methods?
Thanks,
Mike
Printable View
I have a need to determine when the mouse stops moving. Thinking I could use a timer and compare x and y values, but that idea isn't too appealing. Are there other methods?
Thanks,
Mike
You could put a mousehover event which handles all the controls and the form. But I could not get the form mousehover to fire. In the back of my mind there is something you have to do to get the form events to respond.