Command Button Change Forecolor (Trick)
Ever wanted to give your boring Command Buttons a different text color? Here's your chance ;)
Rate Command Button Change Forecolor (Trick)
(11(11 Vote))
Change the forecolor of a
"Command Button"... |
1)
Add a check-box on your form and rename it to "Command1"
2) Set it style-property to "1 - Graphical"
3) Add the following code to "Command1_MouseUp"... |
|
|
Command1.Value = 0 |
|
Of
course you could also use the hard-way, But I'd prefer this way.
A check-box supports the same events anyway...
I hope you liked this small trick.
Kevin, |
Command Button Change Forecolor (Trick) Comments
No comments yet — be the first to post one!
Post a Comment