Hover delay

  • Thread starter Thread starter Adriano
  • Start date Start date
A

Adriano

hello,

when i use mouseHover event on a button it delays for about 0.5 seconds
before running, any ideas how to remove this delay?

tnx in advance,
adriano
 
MouseHover is designed to have a delay. If you REALLY want to change it,
the settings are buried somewhere in the registry - you can access them with
TweakUI for most Windows versions. See MS site.
If I were you, I'd use MouseEnter instead.
__________________________________
The Grim Reaper
 
* "Adriano said:
when i use mouseHover event on a button it delays for about 0.5 seconds
before running, any ideas how to remove this delay?

Sure you added a handler to the control's 'MosueEnter' and 'MouseLeave'
events?
 
Back
Top