invitro
Mar 11th, 2000, 03:35 AM
Does anybody know how to add password Chars to a InputBox?Thanks in advance!
privoli
Mar 12th, 2000, 08:40 AM
View the properties of the textbox until you find PasswordChar, in that box type in * or what ever character you want to appear instead of the actual character. The standard is a * but you can use anything.
Msgobx "Your password is " & PasswordTxt.Text