Rabu, 17 Oktober 2012

Login Menentukan Mengunakan Microsoft Visual Basic 6.0




kode programnya  di tulis di tombol login yaa...

Private Sub Command1_Click()
 If Text1.Text = "Poltek" And Text2.Text = "TEDC" Then
 MsgBox ("LOGIN BERHASIL")
 Else
 MsgBox ("LOgIn GAGAL")
 End If
End Sub


Tampilan Programnya :

0 komentar:

Posting Komentar