Contoh : Program Lampu merah : dalam Visual Basic : : : : : : : : : : : : : : : : : : : : : : : : :
Contoh : Program Lampu merah : dalam Visual Basic : : : : : : : : : : : : : : : : : : : : : : : : :
Kali in Anzaa Creativity akan memposting program traffik light sederhana,,untuk penyempurnaan nya silahkan sobat semua lanjutkan script ini.
Contoh : Program Lampu merah : dalam Visual Basic : : : : : : : : : : : : : : : : : : : : : : : : :
program ini di buat menggunakan VB 6.0
langkah pertama buat form seperti ini:
Contoh : Program Lampu merah : dalam Visual Basic : : : : : : : : : : : : : : : : : : : : : : : : :
Script kode:
Private Sub Form_Load()
End Sub
Private Sub Timer1_Timer()
If Shape1.Visible Then
Shape2.Visible = True
Shape1.Visible = False
Shape3.Visible = False
ElseIf Shape2.Visible Then
Shape3.Visible = True
Shape2.Visible = False
Shape1.Visible = False
Else
Shape1.Visible = True
Shape2.Visible = False
Shape3.Visible = False
End If
End Sub
mari belajar VB bagi pemula
Contoh : Program Lampu merah : dalam Visual Basic : : : : : : : : : : : : : : : : : : : : : : : : :
No comments:
Post a Comment