So,there is only an example of a code:
how to case $3 or what function to call to remember the user and pass for next time when the script is runned?
PHP Code:
$1=GuiCTRLCreateInput("user",1,1,1,1)
$2=GuiCTRLCreateInput("pass",1,1,1,1)
$3=GuiCTRLCreateCheckBox("Remember the user and pass",1,1,1,1)
Case $3 ;how to case $3 or what function to call to remember the user and pass for next time when the script is runned?
how to case $3 or what function to call to remember the user and pass for next time when the script is runned?