Asterisk entry in input box

  • Thread starter Thread starter maarkr
  • Start date Start date
M

maarkr

I have the following code for a simple inputbox password
scheme:

MyValue = Inputbox("Enter required password for private
information.", "User Input")

Can I add a password mask for the user input in an
inputbox so it displays ******* when the user types in the
password?

I guess I can always change it to a form display...
 
maarkr said:
I have the following code for a simple inputbox password
scheme:

MyValue = Inputbox("Enter required password for private
information.", "User Input")

Can I add a password mask for the user input in an
inputbox so it displays ******* when the user types in the
password?

I guess I can always change it to a form display...


Use your own form for this. The text box on the form can
use an InputMask set to Password to provide the astericks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Password programming 4
Hidi keyed input with asterisk 3
Masking input in InputBox 2
Check for valid date on input box 2
password displayed as asterisks 3
InputBox 5
Input Box 1
Input box with asterisks 2

Back
Top