This is a tutorial to make a flashing label for VB6.
My xfire is : dragonnight56 and i program =D
( Might have some errors in the code)
Codes:
Form1:
Label1.Visible = True
Timer1:
If Label1.Visible = True Then
Label1.Visible = False
Else
Label1.Visible = True
End If
THANKS FOR WATCHING!!!!!! RATE, COMMENT AND SUB =D