scrolltext moving with color
scrolltext moving with color
Rate scrolltext moving with color
(1(1 Vote))
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
scrolltext moving with color Comments
No comments yet — be the first to post one!
Post a Comment