PDA

View Full Version : password field


Rappa
08-05-2006, 07:08 PM
I have a textbox meant for a password, my question is how do i get the input to appear as ******. you know what i mean?

Brandoe85
08-05-2006, 07:13 PM
Look in the properties on the right, it's called PasswordChar.(I'm assuming .NET from your other post?)

Good luck;

Rappa
08-05-2006, 07:44 PM
thanks you it worked, but i just discovered the 'UseSystemPasswordChar' which i like better!