how to display ' * ' for each password character entered?
0101011001000010 01101111011011100110110001101001011011100110010101110010
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.
Forum Rules