Hello i am currently working on a visual programme project for uni. basically i am using a log in /log off button user interface as my project. the password is "Password" and i would like to know how to make the password invisible. example ******** = Password
1
Expert's answer
2011-06-01T13:10:26-0400
The control TextBox, which you are using for entering password, has a property PasswordChar By defaut it is an empty string. Set it to "*":
Comments
Leave a comment