- Home
·
- Graphics
·
- generate 15 colors of same object at same time using timer
generate 15 colors of same object at same time using timer
generate 15 colors of same object at same time using timer
Rate generate 15 colors of same object at same time using timer
(1(1 Vote))
'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
generate 15 colors of same object at same time using timer Comments
No comments yet — be the first to post one!
Post a Comment