View Full Version : please help me with my password textbox


hybrid34
01-11-2008, 10:14 PM
Hi, can anybody please help me..I need the code as soon as possible.

How will I make a textbox for password input(txtPassword) display asterisk or a bullet everytime the user presses a key(just like PasswordChar property in visual basic)..

Thanks in advance..

boblarson
01-11-2008, 10:16 PM
you need your own form for this, if you haven't already and in the input mask of the text box type PASSWORD and it will give you the asterisks.

hybrid34
01-11-2008, 10:23 PM
tnx a lot.. =D

hybrid34
01-11-2008, 10:29 PM
what if i want access to display the inputs as @@@@ instead of ****?

boblarson
01-11-2008, 10:39 PM
Then you'll have to code it yourself (not worth it in my mind). You can have the **** automatically, but others aren't included.