Hi, everybody!
Is there anyway to receive data using a input box, displaying each letter like a "*"?
I'd like to allow the user to enter something like a password in order to be able to proceed some actions...
Thanks in advance!
Roselene
Printable View
Hi, everybody!
Is there anyway to receive data using a input box, displaying each letter like a "*"?
I'd like to allow the user to enter something like a password in order to be able to proceed some actions...
Thanks in advance!
Roselene
Yeah, just put * into the Password Char property.
------------------
Ryan
I don't think it is possible with InputBox. The best thing to do is to create your own form, which looks like the InputBox and in textboxe's PasswordChar ... read previous post.
HTH
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
Could you send me some code on how to create your own form which resembles an input box but that has the ability to use the passwordchar property. It would be appreciated.Quote:
Originally posted by QWERTY:
I don't think it is possible with InputBox. The best thing to do is to create your own form, which looks like the InputBox and in textboxe's PasswordChar ... read previous post.
HTH
ummm you draw the form and drop a textbox control on it, and two command buttons (OK and Cancel)
if you don't know how to make a form... you should learn that before using VB
then you put the appropriate code in each command button to pass on the contents of the textbox to wherever it is needed in your program...
------------------
Rapmaster
I've sent you a form that you can use for an InputBox.
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"