Blinks text on button.
Blinks text on button.
API Declarations
Create Timer1
Create Timer2
Disable Timer 2 in properties panel
drop code into FORM
Rate Blinks text on button.
(2(2 Vote))
Timer2.Enabled = True
Command1.Caption = "HELLO"
End Sub
Private Sub Timer2_Timer()
Command1.Caption = " "
End Sub
'Kialo Software
'http://kialosoftware.110mb.com/
Blinks text on button. Comments
No comments yet — be the first to post one!
Post a Comment