Slow MouseHover event

  • Thread starter Thread starter Natan
  • Start date Start date
N

Natan

I was playing with control events and noticed that if try to change the
color of a button or text in a MouseHover event, it is slow to respond.
It takes about half a second to notice that the mouse is over the button.

Is any way to accelerate this?
 
Hi Natan,
I was playing with control events and noticed that if try to change the
color of a button or text in a MouseHover event, it is slow to respond.
It takes about half a second to notice that the mouse is over the button.

Is any way to accelerate this?

Use the *MouseMove* event handler (check the buttons state).
Then you get immediate response.

Regards

Marcin
 
Back
Top