UGN Security
Posted By: Mornse Password - 09/13/02 12:15 AM
Is there any easy way to make it so that when people are typing a password into a text box, it only displays ***'s, because I know in html you only have to specify it's a password box and it does it automatically. Is that possible in vb? Or would I have to save each character as it's pressed and then display a * and put it all together when they hit enter?

(p.s. those stars (*) are actually supposed to be stars, not a blanked out word)
Posted By: Predator Re: Password - 09/13/02 05:33 AM
Yes, it's very easy, just look into the properties of a textbox, there is an option called passwordchar, just fill in whatever you want to be your replacement smile
Posted By: Mornse Re: Password - 09/13/02 11:25 PM
haha, ok, thanx. Is there any way to do it for Inputboxes?
Posted By: SilentRage Re: Password - 09/14/02 02:24 AM
Create a custom "Inputbox" form
Posted By: Mornse Re: Password - 09/17/02 04:09 AM
Ok, that's cool, I'll just do that.
© UGN Security Forum