Hello!
How to pause the button6?
How to pause the button6?
HTML Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button6
while 1
sleep(500)
send("{TAB}")
Sleep(700)
send("1")
Sleep(1000)
Send("2")
Sleep(1000)
Send("3")
Sleep(1000)
Send("4")
Sleep(1000)
Send("5")
Sleep(1000)
wend
case $Button7
'(here comes the code)'
EndSwitch
WEnd