fleechy
06-16-02, 03:19
| Hie, I'm new to VB and I'm having a problem regrading delay and label properties. My code: (current backcolor = vbblue) Label1.BackColor = vbRed For i = 0 To 10000000 Next i Label1.BackColor = vbblue I have one label and I wish to set the back color from blue to red then delay for a while before switching it back to blue. I can't get this done as the end result just went to blue without going to red first. Please help. I can't find anything on the book. Another questions is regrading different label name properties. Let say I have 10 Label, as such from Label1..Label2.....Label10 Is there a way where I can access different label usng the for loop statement. Eg: For x =1 to 10 Label (x) = 1 Next i I can't get this statement working. Please help. Thanks a million....!!! Issac |