Membuat Label Berkedip Di Visual Basic 6.0
Untuk membuat label berkedip ini
kita membutuhkan 2 buah label dan sebuah timer dalam form, dan buat captionnya
terserah saja, dan ubah interval timer menjadi 250, lalu masuk jendela coding
dan buatkan coding berikut :
Private Sub
Timer1_Timer()
If Label1.Visible =
True Then
Label1.Visible =
False
Label2.Visible =
True
ElseIf
Label1.Visible = False Then
Label1.Visible =
True
Label2.Visible =
False
End If
End Sub
Labels: Pemrograman, Visual Basic 6.0
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home