I have a form with a typical "login form"
what i want to know is when a check box is checked i want it to remember what is in the user-name and password box's..
Here is the needed info:
what i want to know is when a check box is checked i want it to remember what is in the user-name and password box's..
Here is the needed info:
Code:
$Username = GUICtrlCreateLabel("Username:", 16, 24, 55, 17)
$Password = GUICtrlCreateLabel("Password:", 16, 56, 55, 17)
$Remember = GUICtrlCreateLabel("Remember", 96, 80, 79, 17)