VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Mouse over button

by GAMEGUY (4 Submissions)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 25th June 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Mouse over button

Rate Mouse over button




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

Download this snippet    Add to My Saved Code

Mouse over button Comments

No comments have been posted about Mouse over button. Why not be the first to post a comment about Mouse over button.

Post your comment

Subject:
Message:
0/1000 characters