Hi
I have this simple code
Private Sub btnHead_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.help_text.Visible = True
End Sub
which causes a label to appear on a form as the mouse moves over an image. Because it is not a button in the true sense of the...