C# | AcceptCancelButton [ Yeni Başlayanlar ]

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
Joined
Jan 11, 2012
Messages
12,856
Reaction score
105
Points
63
Buton Kullanımı [ Yeni Başlayanlar İçin ]





KOD:



Code:
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();

}
 
Back
Top Bottom
Reklam
Reklam