- Home
·
- Graphics
·
- This code uses a timer to randomly change the background of a form in regular intervals using one l
This code uses a timer to randomly change the background of a form in regular intervals using one l
This code uses a timer to randomly change the background of a form in regular intervals using one line of code
API Declarations
'create a timer and name it tmr
'set the interval property of timer to 100
Rate This code uses a timer to randomly change the background of a form in regular intervals using one l
(1(1 Vote))
frm.Backcolor = QBColor(rnd * 15)
End Sub
This code uses a timer to randomly change the background of a form in regular intervals using one l Comments
No comments yet — be the first to post one!
Post a Comment