Change the background color of a form to a random color
Change the background color of a form to a random color
Rate Change the background color of a form to a random color
(2(2 Vote))
'for changin background or foreground
'for example
'one can write the code on any event
form1.backcolor=rgb(rnd(150)*300,rnd(150)*300,rnd(150)*300)
list1.backcolor=rgb(rnd(150)*300,rnd(150)*300,rnd(150)*300)
Change the background color of a form to a random color Comments
No comments yet — be the first to post one!
Post a Comment