Blog Post


Biyernes, Marso 6, 2015

Visual Basic 6.0 : Blinking Text

Sample Codes Here:

Private Sub tmr1_Timer()

If lblBlink.Visible = False Then
lblBlink.Visible = True

ElseIf lblBlink.Visible = True Then
lblBlink.Visible = False

End If

End Sub
Watch video below


0 (mga) komento:

Mag-post ng isang Komento