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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stars instead of letters and numbers 1

Status
Not open for further replies.

radubalmus

Programmer
Apr 26, 2007
49
EU
i have a userform with two TextBox to ask for user and password for accesing a file

ex: User john.smith
Pass password

how can i show in the TextBox, for the password, stars instead of letters and numbers

So i want to see instead of password: ********

Any sugestions..

There are simple solutions for almost every problem! The hard part is to see them!!!!
 
Have you looked at the PasswordChar property?
 
Go to the properties of the textbox in question and set the input mask to Password.

Job Done.

If you make something idiot proof - They'll Only make a better idiot!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top