VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Use Timer Control and LabelForeColor Change

by WM (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 22nd September 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Use Timer Control and LabelForeColor Change

API Declarations


'One Label and Timer Control

Rate Use Timer Control and LabelForeColor Change



    Timer1.Interval = 10
    Label1.ForeColor = QBColor(a)
    If a = 15 Then a = 0
    a = a + 1
End Sub


Download this snippet    Add to My Saved Code

Use Timer Control and LabelForeColor Change Comments

No comments have been posted about Use Timer Control and LabelForeColor Change. Why not be the first to post a comment about Use Timer Control and LabelForeColor Change.

Post your comment

Subject:
Message:
0/1000 characters