Jobs
Author: dharani Date Submitted: 7/31/2007 Category: Forms Compatibility: VB 6 This code has been accessed 5564 times.
Email Yourself this snippet:
'create a label in a form 'set timer intervals
Code
Private Sub Timer1_Timer() Label1.Caption = RGB(Rnd * 255,Rnd * 255,Rnd * 255) End Sub