• HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

C# | AcceptCancelButton [ Yeni Başlayanlar ]

Katılım
11 Ocak 2012
Mesajlar
12,856
Buton Kullanımı [ Yeni Başlayanlar İçin ]





KOD:



Kod:
private void button1_Click(object sender, System.EventArgs e)

{

if (textBox1.Text == “1234″)

MessageBox.Show(“Şifre doğru”);

else

MessageBox.Show(“Şifre Yanlış”);

}



private void button2_Click(object sender, System.EventArgs e)

{

Close();

}
 
Geri
Üst