by Muhammad Hanif Qamer (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 19th July 2001
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
This will create a flashing button you need just a timer and a button
API Declarations
'mail me at [email protected]
'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
No comments have been posted about This will create a flashing button you need just a timer and a button. Why not be the first to post a comment about This will create a flashing button you need just a timer and a button.