I am new to Visual Basic 6 and i am trying to do an application that has to have a password in order to work.
My problem is that i want to type password in an input box but i want the input to be an "*" rather than the normal character input. Can anyone help to find out how to change the input of the input box to "*"?
2007-12-09
23:11:32
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I know i can use a text box to input a password and change its input to "*", but i also know that there is some code to make the input of an InputBox also be changed to an "*" when entering anything.
2007-12-11
01:07:23 ·
update #1
I know i can use a text box to input a password and change its input to "*", but i also know that there is some code to make the input of an InputBox also be changed to an "*" when entering anything and that is what i want to find out. I want to find out what that code is.
2007-12-11
01:09:00 ·
update #2