|
-
Nov 15th, 1999, 08:19 AM
#1
Thread Starter
Hyperactive Member
-
Nov 15th, 1999, 08:31 AM
#2
Member
Hi,
Set the Interval property of Timer1 to 1000
Blue = Int((255) * Rnd + 1)
Red = Int((255) * Rnd + 1)
Green = Int((255) * Rnd + 1)
Form1.BackColor = RGB(Red, Green, Blue)
Maybe there are better ways, but this works.
Joon
[This message has been edited by jpark (edited 11-15-1999).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|