Make a password textbox

You can change the textbox into a password textbox or not with the following functions.

ui_textbox_set_password(control, password);

Return: True if successful

Where password is a boolean (true or false).

textboxUsername = ui_textbox_create(32, 24, 128, ui_default, "Password");
ui_textbox_set_password(TextboxUsername, true);

Change the textboxUsername textbox to a password textbox.

Examples of the results:

results matching ""

    No results matching ""