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:
PasswordChar
passwordTextBox.PasswordChar = '\u25CF';