hecavante@
the following will not work in background mode as background send keystrokes doesnt work
the following will not work in background mode as background send keystrokes doesnt work
Code:
SetKeyDelay,0,100
Gui, Add, Checkbox, vC glabel, Checkbox
Gui, Add, Edit, r1 vS w200, Text
Gui, Show
return
GuiClose:
exitapp
return
label:
Gui, Submit, NoHide
if C = 1
settimer, function, 2000
else
settimer, function, off
return
function:
IfWinNotActive, [C
return
send {enter}
send %S%
send {enter}
return