Mouse over button
Mouse over button
Rate Mouse over button
(1(1 Vote))
Command1.BackColor = [Enter your color here](ex.vbBlue)
Command1.Value = True
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command1.BackColor = [Enter the original color of the button](ex.vbRed)
Command1.Value = False
End Sub
Mouse over button Comments
No comments yet — be the first to post one!
Post a Comment