Nightmore
Hectopat
- Katılım
- 23 Ekim 2013
- Mesajlar
- 43
- Makaleler
- 1
Daha fazla
- Cinsiyet
- Erkek
- Meslek
- Öğrenci

Kullanıcı adı : admin
Kullanıcı şifresi : 12345
Resimde Gördüğünüz Gibi 2 Tane textBox ve 1 Tane Button Koyuyoruz.
Kod;
PHP:
if (textBox1->Text == ("admin")) if (textBox2->Text == ("12345"))
{
MessageBox::Show ("Giriş Başarılı", "Başarılı", MessageBoxButtons::OK ,MessageBoxIcon::Information);
}
else
{
MessageBox::Show ("Kullanıcı adı veya şifre hatalı", "hatalı", MessageBoxButtons::OK ,MessageBoxIcon::Error); }


Alıntıdır
Son düzenleyen: Moderatör: