Hi! How can a control knows that the Mouse Pointer has just
pass, sort of a LostFocus.

I know that a MouseMove event will trigger everytime the
mouse pointer passes through a control
(PictureBox, Image..., Button etc...). I'd like to know
what event will trigger if the control just lost the
mouse pointer. Is there any... or any work around?

Thanks for any help

- I'm using VB 6.0 Enterprise Edition