Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

password as asterix in input box 1

Status
Not open for further replies.

JaredTaylor74

Technical User
Jul 26, 2004
51
US
Is there a way to display the password typed in an inputbox as asterix?

i have a form that has a button on it, when clicked, the input box asks for a password, if it is correct, another form opens, if it is not they get an error message. just want to protect that password a little.

thanks
 
You have to create your own little popup form with a TextBox having the InputMask property set to "password"

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
There is a FAQ on using XP type password instead of asterix. (I have not got this to work, with my application). But as PHV said having the InputMask property set to "password" will give asterix.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top