changes the color of a label randomly
changes the color of a label randomly
API Declarations
'put a label in the form and name it label1
'put a commandbutton in the form and name it command1
Rate changes the color of a label randomly
(2(2 Vote))
Static i As Integer
Label1.BackColor = QBColor(i)
i = i + 1
If i = 16 Then
i = 1
End If
End Sub
changes the color of a label randomly Comments
No comments yet — be the first to post one!
Post a Comment