Use Timer Control and LabelForeColor Change
Use Timer Control and LabelForeColor Change
API Declarations
'One Label and Timer Control
Rate Use Timer Control and LabelForeColor Change
(1(1 Vote))
Timer1.Interval = 10
Label1.ForeColor = QBColor(a)
If a = 15 Then a = 0
a = a + 1
End Sub
Use Timer Control and LabelForeColor Change Comments
No comments yet — be the first to post one!
Post a Comment