26 Ekim 2014 Pazar

Basit Şekilde Login Form Yapımı - Visual Basic


Kod

If Textbox1.text = "SIFRE" then
Me.Hide
Form2.show
Else
Messagebox.show("Hatalı Şifre")
End If


Hiç yorum yok:

Yorum Gönder