Password Box!?? no mask!??
-
-
how can i remove the mask of the Password box... i want to allow my users to select between "password mask" and "no password mask" so they can show or hide the password at will... thanks!
It Is Not That I'm Different! ... I'm Only Making The Difference!
why don't you just store the password in a registry key then clear the password using a button and then get the password from the registry and put it in the password field. NOTE: if it is an important password eg(it needs to be secure so no one can view it you might want to encrypt the password and then decrypt it when you want to get it from the registry).
-
why don't you just store the password in a registry key then clear the password using a button and then get the password from the registry and put it in the password field. NOTE: if it is an important password eg(it needs to be secure so no one can view it you might want to encrypt the password and then decrypt it when you want to get it from the registry).
if you are programming in vb6 for example, textfield boxes have a property called passwordchar, if empty then mask is nothing and an user can see the content of field, else, if passwordchar is a char (* for example) the mask is equal to passwordchar. You must write a programm what allow choice to user "password or no password" and change this property.
Cuando salga el sol, no estare aqui...