Wednesday, 22 May 2013

C# login Form Code

write this please thnx
//C# body

void button_click()
{

if(textbox1.Text == "umar" && textbox2.Text=="umar"){ Application aApplication = new Application();
aApplication.ShowDialog();}
else
{MessageBox.Show("Wrong password!,ProgramClosing");
this.Close;}
}
//C# body close



No comments:

Post a Comment