Prompting for passwords

  • Thread starter Thread starter Bill Stanton
  • Start date Start date
B

Bill Stanton

I see in the HELP text for InputMask where the
mask can be set for a control such that the input
field can be made obscured with asterisks if the
control is used for entering passwords. Is there
some way to do the same thing with an "InputBox"?
All I want to do is prompt a user for a password.

Thanks,
Bill
 
Well, you can always make your own little form that looks just the input box
anyway.
 
Back
Top