VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Very simple Command Button font change on mouse-over. Good for stylish or graphical programs!

by Charles (Tweak) Corbett (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 22nd November 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Very simple Command Button font change on mouse-over. Good for stylish or graphical programs!

Rate Very simple Command Button font change on mouse-over. Good for stylish or graphical programs!



cmdDude.FontBold = True
End Sub

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
cmdDude.FontBold = False
End Sub

Download this snippet    Add to My Saved Code

Very simple Command Button font change on mouse-over. Good for stylish or graphical programs! Comments

No comments have been posted about Very simple Command Button font change on mouse-over. Good for stylish or graphical programs!. Why not be the first to post a comment about Very simple Command Button font change on mouse-over. Good for stylish or graphical programs!.

Post your comment

Subject:
Message:
0/1000 characters