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
Just set the TextBox.PasswordChar property to '*'.