- Home
·
- Graphics
·
- This will create a flashing button you need just a timer and a button
This will create a flashing button you need just a timer and a button
This will create a flashing button you need just a timer and a button
API Declarations
'mail me at [email protected]
Rate This will create a flashing button you need just a timer and a button
(1(1 Vote))
'10
'now change the style of the button to 1-graphical
'add this code to the timer event
Private Sub Timer1_Timer()
Command1.BackColor = RGB(Int(Rnd * 225), Int(Rnd * 225), Int(Rnd * 225))
End Sub
This will create a flashing button you need just a timer and a button Comments
No comments yet — be the first to post one!
Post a Comment