VB6 Mouse Over and MouseOut

Is it possible in VB6 to implement what you can do in Javascript's OnMouseOver and OnMouseOut? I'm trying to get something to display when the mouse moves over an object and then disappear when the mouse is moved off it? There is the MouseMove (not ideal), but how do a detect when the Mouse is off it? Is it possible?

Loader.
Up arrow icon