TypePassword

Used to auto-type the password.

Parameter
AccountNameStr
Optional.
Returns
0 if the password was typed successfully, 2 if the prompt was canceled, or a non-zero error code. Refer to Error codes for a complete listing of error code descriptions.
Remarks
BlueZone uses the account name associated with the current host screen. If the account name is not found, then this method prompts the user to enter a password to type.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.TypeUserName
bzhao.SendKey "<Tab>"
bzhao.TypePassword
bzhao.SendKey "<Enter>"