mickeymouse70310
Programmer
can any one please tell me how to make the text box pass word, not display yhe cheractors when the user enter its password
if (Usrname.Text == "sirasafamily" && Passwd.Text == "lovegamini" )
{
MessageBox.Show ("Welcome Shanika"
Pro display = new Pro ();
display.Show ();
}
else
{
MessageBox.Show ("The User name or password is incorrect", "Bad Input",MessageBoxButtons.YesNoCancel);
}
Usrname.Text = "" ;
Passwd.Text = "" ;
if (Usrname.Text == "sirasafamily" && Passwd.Text == "lovegamini" )
{
MessageBox.Show ("Welcome Shanika"
Pro display = new Pro ();
display.Show ();
}
else
{
MessageBox.Show ("The User name or password is incorrect", "Bad Input",MessageBoxButtons.YesNoCancel);
}
Usrname.Text = "" ;
Passwd.Text = "" ;