Masking Inputbox

JACKSON

Registered User.
Local time
Today, 06:15
Joined
Dec 22, 2003
Messages
79
Would anyone know if it is possible to mask and input box with a password mask (*****)

my code is simple:

StrPswd = InputBox("Enter Password", "ENTER PASSWORD")

I was trying to mask the entry in ****** when the user enters the password.

Any ideas ??

Thanks
 
You CAN mask an input box with an API (if you search for the key words InputBox and Password one was posted recently so you could find it). But, I'm warning you now, it is a LOT of code to do and it would be much simpler (and what most of us do) to just create your own form to capture the info as you can mask a text box easily enough.
 
tHANKS

The form idea sounds good. I should have just thought of that

Thanks !
 

Users who are viewing this thread

Back
Top Bottom