View Single Post
  #1  
Old May 11th, 2010, 03:58 PM posted to microsoft.public.access.forms
DRedDog
external usenet poster
 
Posts: 10
Default MouseDown event does not always fire

My form contains a box control and some label controls on top of the box.
The labels' mouse move events contain code to emphasize the labels caption
(increase font weight and underline) and the box's mousemove event resets
the label to normal.

And it works ... some of the time.

But if I move the mouse quickly across the box from one label to the next
the mouse move event does not always fire.

How to fix this?

DT