contents of txtPassword hidden?

TommyEvans

Active member
Joined
Feb 19, 2010
Messages
39
Programming Experience
Beginner
Alright. Now, how do I make the contents of txtPassword.Text when they type their password in. I need it to be hidden, like dots, when you log into your computer.
 
RE: Problem

Select the password textbox then in the properties window scroll down until you see PasswordChar and enter the character eg * you'd like to use as the password mask.
 
Back
Top