|
Home > Archive > microsoft.public.cert.exam.mcsd > June 2002 > Crear Text Password
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Crear Text Password
|
|
|
| I have created a user logon form and I have also created
an form validation
code. What is happening is that when the user tries to
register or logon
to the systems, the password is shown as clear text. I am
not sure how to
make it secret or "**************". What do I have to do
for this to work?
Thanks.
Gez
| |
|
| There's a property of the TextBox called PasswordChar. Just enter the char
into this property
--
Veign
www.veign.com
Code Samples & Sample Projects
http://www.veign.com/information/ap...n/info_app.html
Submit Your Best Code (you keep the rights)
http://www.veign.com/information/ap...ode_submit.html
---------
"Gez" <ggebre@hotmail.com> wrote in message
news:12f2901c21dd0$487e8750$19
ef2ecf@tkmsftngxa01...
> I have created a user logon form and I have also created
> an form validation
> code. What is happening is that when the user tries to
> register or logon
> to the systems, the password is shown as clear text. I am
> not sure how to
> make it secret or "**************". What do I have to do
> for this to work?
>
> Thanks.
>
> Gez
>
>
|
|
|
|
|