VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



scrolltext moving with color

by n.swaminathan (7 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 6th May 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

scrolltext moving with color

Rate scrolltext moving with color



Label1.ForeColor = QBColor(Rnd * 15)
Label1.Left = Label1.Left + 10
End Sub

Private Sub Timer2_Timer()
Label2.ForeColor = QBColor(Rnd * 10)
Label2.Left = Label2.Left - 10
End Sub


Download this snippet    Add to My Saved Code

scrolltext moving with color Comments

No comments have been posted about scrolltext moving with color. Why not be the first to post a comment about scrolltext moving with color.

Post your comment

Subject:
Message:
0/1000 characters