Asterisk entry in input box

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...
 
M

Marshall Barton

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
Input Box 1
Check for valid date on input box 2
Masking input in InputBox 2
Cancel Input Box error 16
Mask on an Input Box? 1
Underscore/bold in InputBox 2

Top