Hover delay

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
 
T

The Grim Reaper

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
 
H

Herfried K. Wagner [MVP]

* "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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top