Well, is that possible?
I know i can write my own input box. But if I use the windows dialog box, is there a value option for *********
characters?
Thanks all.
Wengang
Printable View
Well, is that possible?
I know i can write my own input box. But if I use the windows dialog box, is there a value option for *********
characters?
Thanks all.
Wengang
You can't.
You could create a form that looks like an InputBox and set the Textbox's PasswordChar to *.
Check out this thread
http://forums.vb-world.net/showthread.php?threadid=6648
good luck