Re: Hiding password in inputbox in vsb?



"John A. Stovall" <johnastovall@xxxxxxxxxxxxx> wrote in message
news:a9oqj1d1hv4enguq95v6o85qeomkf89nun@xxxxxxxxxx

> Is there any way to hide the text being entered in the
> inputbox in a vsb script which needs a password?

Not sure what you mean by a vsb script inoutbox, but if it's a text box you
could use:

TextBox1.PasswordChar = "*"

Mike



.