Private Sub Form_Load()
Label1.Caption = "http://4basic-vb.blogspot.com"
Timer1.Interval = 300
End Sub
Private Sub Timer1_Timer()
Label1.Visible = Not Label1.Visible
End Sub
Monday, May 28, 2012
Membuat Label Yang Berkedip-Kedip
Labels:
Label
Sebuah catatan pribadi mengenai bahasa arab, syair arab klasik, Visual Basic 6.0, dan Blogging.
Private Sub Form_Load()
Label1.Caption = "http://4basic-vb.blogspot.com"
Timer1.Interval = 300
End Sub
Private Sub Timer1_Timer()
Label1.Visible = Not Label1.Visible
End Sub