ALPA Site Kurucusu
Mesaj Sayısı : 815 Nerden : Ankara Kayıt tarihi : 02/03/09 Rep Puanı : 32
| Konu: Koxp'a Giriş Modulu Paz Mart 15, 2009 9:01 am | |
| Geveze.Forum7.Biz Koxp eğitim evine hoşgeldiniz. Bu dersimizde sizlere giriş paneli yapacağım. Gerekenler:2 TextBox 3 Label 1 Button - Kod:
-
string Kullanici; string sifre;
Kullanici = textBox1.Text; sifre = textBox2.Text;
if (Kullanici == "Geveze" && sifre == "admin") MessageBox.Show("Giriş Başarılı!..."); else MessageBox.Show("Hatalı Giriş!..."); Giriş Adı: Geveze Şifre: admin Örnek Giriş Sistemi: http://www.dosya.tc/Ko_8075.rar.html | |
|
sonassas1 Level 1
Mesaj Sayısı : 9 Kayıt tarihi : 23/04/09 Rep Puanı : 0
| Konu: Geri: Koxp'a Giriş Modulu Perş. Nis. 23, 2009 7:58 pm | |
| if yani eğer güzel bi çalışma genede | |
|
nitrick Level 1
Mesaj Sayısı : 18 Kayıt tarihi : 24/04/09 Rep Puanı : 0
| Konu: Geri: Koxp'a Giriş Modulu Cuma Nis. 24, 2009 2:57 pm | |
| - Alıntı :
string Kullanici; string sifre;
Kullanici = textBox1.Text; sifre = textBox2.Text;
if (Kullanici == "Geveze" && sifre == "admin") MessageBox.Show("Giriş Başarılı!..."); else MessageBox.Show("Hatalı Giriş!..."); Thank You Form Girişi İçin Güzel Bir Password Girişi .!! | |
|
erho95 Level 20
Mesaj Sayısı : 32 Kayıt tarihi : 25/04/09 Rep Puanı : 0
| Konu: Geri: Koxp'a Giriş Modulu C.tesi Nis. 25, 2009 6:38 pm | |
| | |
|
besimbicer Level 45
Mesaj Sayısı : 78 Nerden : ordan burdan Kayıt tarihi : 27/04/09 Rep Puanı : 0
| Konu: Geri: Koxp'a Giriş Modulu Salı Mayıs 19, 2009 2:39 am | |
| | |
|