How to change text of textbox to look like password?

You can go to properties and select usesystempassword almost at the bottom of properties when highlighting the textbox
 
Another way you could do this, if you wish to define your own password character, is to leave the UseSystemPasswordChar property set tot False and change the property of PasswordChar to a character of your choice.
 
Back
Top