programming using c#,winforms and visual studio.
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.
this.textBox1.Name = "textBox1";
this.textBox1.PasswordChar = '*';
Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.