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
The control TextBox, which you are using for entering password, has a property PasswordChar
By defaut it is an empty string.
Set it to "*":
For instance
Text1.PasswordChar="*"
where Text1 is the name for password TextBox
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!