To change the background color of a form randomly
To change the background color of a form randomly
Rate To change the background color of a form randomly
(1(1 Vote))
Private Sub Timer1_Timer()
Form1.BackColor = QBColor(Rnd * 13)
End Sub
To change the background color of a form randomly Comments
No comments yet — be the first to post one!
Post a Comment