|
-
Feb 20th, 2002, 05:50 AM
#1
Thread Starter
Lively Member
InputBox
How can I let for letting a InputBox that has the character of the passwords appear (*)?
-
Feb 20th, 2002, 05:52 AM
#2
Hyperactive Member
Sorry, don't think you can.
I've tried.
-
Feb 20th, 2002, 05:57 AM
#3
An option:
Use a small (modal) form with a TextBox on it.
Set the TextBox Password property to "*"
________
Sweet_Candies live
Last edited by Bruce Fox; Aug 14th, 2011 at 04:37 AM.
-
Feb 20th, 2002, 09:04 AM
#4
Fanatic Member
You need to hook it and then send it the EM_SETPASSWORDCHAR
message.
See this link for more info
http://www.freevbcode.com/ShowCode.Asp?ID=1214
-
Feb 20th, 2002, 09:47 AM
#5
Thread Starter
Lively Member
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
|