- Home
·
- Graphics
·
- Keeps changing the command button color when clicked
Keeps changing the command button color when clicked
Keeps changing the command button color when clicked
Rate Keeps changing the command button color when clicked
(1(1 Vote))
'Note: button style must be graphical
'This example uses random colors and RGB, but you
' can use any vbColor constant too.
Command1.BackColor = RGB(Rnd * 255, Rnd * 255, Rnd * 255)
End Sub
Keeps changing the command button color when clicked Comments
No comments yet — be the first to post one!
Post a Comment