|
-
Jan 21st, 2000, 02:52 AM
#1
Thread Starter
Lively Member
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
-
Jan 21st, 2000, 02:57 AM
#2
Hyperactive Member
Yeah, just put * into the Password Char property.
------------------
Ryan
-
Jan 21st, 2000, 03:23 AM
#3
Fanatic Member
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.
-
Feb 14th, 2000, 06:14 AM
#4
New Member
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.
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
-
Feb 14th, 2000, 08:18 AM
#5
Member
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
-
Feb 14th, 2000, 11:21 PM
#6
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!"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|