how to set a text box for inputing password in winforms? Also I want to show \"Capslock is ON\" popup if capslock is on.
I want something like
To make PasswordChar
use the ● character instead:
passwordTextBox.PasswordChar = '\u25CF';
I know the perfect answer:
I prefer going to windows character map and find a perfect hide like ●.
example:TextBox2.PasswordChar = '●';