Input Box

C

Chuck

I am using an Input Box for the user to enter their password. Is there a way to apply a mask , or any other trick, to hide what is typed into the InputBox? Thanks Chuck
 
G

Guest

Try changing the font to the same color as the background
color in the text box. Nothing will be displayed and the
password is saved.
 
Top