mouseleave doesn't always fire
- From: "Jeff Grippe" <jgrippe@xxxxxxxxxxx>
- Date: Tue, 13 Mar 2007 14:40:56 -0400
Hello and thanks in advance for the help....
Does anyone know why MouseLeave doesn't always fire?
Here is what I did...
I created a form to which I added a container.
In the MouseEnter Method I coded:
this.BackColor = 8454016 && Green
In the MouseLeave Method I coded:
this.BackColor = 255 && Red
Then I ran the form.
If you move the mouse slowly, it does exactly what you would expect. It
turns green when you enter and red when you leave.
But if you move the mouse quickly you can get it to miss the MouseLeave
event.
Does anyone know if there is anything that can be done about this (short of
tell my users to move the mouse slowly)?
Thanks,
Jeff
.
- Prev by Date: Re: ALLTRIM( ) in SQL statement
- Next by Date: Re: ALLTRIM( ) in SQL statement
- Previous by thread: Drag Drop Confusion
- Next by thread: Multithreading in VFP 8 and 9
- Index(es):
Relevant Pages
|