VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



generate 15 colors of same object at same time using timer

by Fausto A. Ebora (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 15th March 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

generate 15 colors of same object at same time using timer

Rate generate 15 colors of same object at same time using timer



'use the timer tools w/ property name of "tmrForeColor"
'set the timer interval into 800 from the properties

Sub tmrForeColor_Click()

lblSample.ForeColor = QBColor(Rnd * 15)

End Sub



Download this snippet    Add to My Saved Code

generate 15 colors of same object at same time using timer Comments

No comments have been posted about generate 15 colors of same object at same time using timer. Why not be the first to post a comment about generate 15 colors of same object at same time using timer.

Post your comment

Subject:
Message:
0/1000 characters