SetPasswordTextBox
Previous  Next

Causes the specified TextBox control to show '*' instead of other characters.
Mostly used to hide the string entered by the user.
Syntax: SetPasswordTextBox(textBox As TextBox)

Example:
flb.New1("Form1",B4PObject(1))
flb.SetPasswordTextBox("TextBox1")