how to display ' * ' for each password character
entered?
Printable View
how to display ' * ' for each password character
entered?
Hi, in the keypress event of your ( I hope ) txtbox, replace the keyascii variable by &h2A...
Hi
In the textbox property set PasswordChar to *
Thanks Jorgen.
Thanks Vince.