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.