Authentication passward

Hi, i am creating a project and i want to take passward from the user but the problem is that when the user fill the passward in alphanumeric datatype it will shows only * on the computer screan. What is the simple codes for biginners.
I presume you are writing a console program and not a GUI program?
no i am writing a GUI program.
Is their any solution.
Well the control you are using as a password field, would have an attribute you can set to mask the input. In Visual Studio, if you are using an Edit Control, you would set the Password attribute to true. When the user enters their password all you see are asterisks.

HTH
Topic archived. No new replies allowed.