VB Code:
Private Sub Form_Load() Label1.Caption = "NAVI's TEXT" With Timer1 .Interval = 500 .Enabled = True End With End Sub Private Sub Timer1_Timer() Label1.Visible = Not Label1.Visible End Sub
|
Results 1 to 2 of 2
Thread: quick questionHybrid View
|
Click Here to Expand Forum to Full Width |