How can I let for letting a InputBox that has the character of the passwords appear (*)?
Printable View
How can I let for letting a InputBox that has the character of the passwords appear (*)?
Sorry, don't think you can.
I've tried.
An option:
Use a small (modal) form with a TextBox on it.
Set the TextBox Password property to "*"
________
Sweet_Candies live
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
perfect, thanks