G
giannis
When i run this code with F8 ,
works very well; but if i run normal
i cant see the blinking of label !!!
Do
Label.Visible = False
t = Timer
Do While Timer - t < 2
Loop
Label.Visible = True
t = Timer
Do While Timer - t < 2
Loop
Loop
Is there any problem with the
DO..LOOP and the drawing
of the forms ?
works very well; but if i run normal
i cant see the blinking of label !!!
Do
Label.Visible = False
t = Timer
Do While Timer - t < 2
Loop
Label.Visible = True
t = Timer
Do While Timer - t < 2
Loop
Loop
Is there any problem with the
DO..LOOP and the drawing
of the forms ?