VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Custom Button

by Tips (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 29th January 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Custom Button

Rate Custom Button



imgmain.Picture = Imgup.Picture
End Sub

Private Sub imgmain_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
imgmain.Picture = imgdown.Picture
End Sub

Private Sub imgmain_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
imgmain.Picture = Imgup.Picture
End Sub


Download this snippet    Add to My Saved Code

Custom Button Comments

No comments have been posted about Custom Button. Why not be the first to post a comment about Custom Button.

Post your comment

Subject:
Message:
0/1000 characters