VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Change color of Button (Mouse Move)

by Eugen Peći (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 31st August 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Change color of Button (Mouse Move)

Rate Change color of Button (Mouse Move)



Command1.BackColor = &HC0E0FF
End Sub

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command1.BackColor = &H8000000F
End Sub


Download this snippet    Add to My Saved Code

Change color of Button (Mouse Move) Comments

No comments have been posted about Change color of Button (Mouse Move). Why not be the first to post a comment about Change color of Button (Mouse Move).

Post your comment

Subject:
Message:
0/1000 characters