Use the QBColor Function to make a form's backcolor change every second
Use the QBColor Function to make a form's backcolor change every second
Rate Use the QBColor Function to make a form's backcolor change every second
(1(1 Vote))
set the timer interval to 1000***
***put the following code in the command button***
Click = QBColor(Rnd * 15)
Form1.BackColor = Click
***put this code in the timer***
Command1_Click
Use the QBColor Function to make a form's backcolor change every second Comments
No comments yet — be the first to post one!
Post a Comment