i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help
private void txtPassword_TextChanged(object sender, EventArgs e)
{
char Password =GetStyle ("*");
txtPassword.Focus();
}
i just have no idea what to write so that this particular code would work.
Software/Hardware used:
ASKED:
July 29, 2007 7:29 AM
UPDATED:
October 24, 2007 6:26 PM