Hallo,
Brauch eure hilfe..
wie stelle ich zwischen den Code hier ein
das er alle 25sec F6 drückt
Mfg
Brauch eure hilfe..
wie stelle ich zwischen den Code hier ein
das er alle 25sec F6 drückt
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 488, 99, 193, 125)
$Button1 = GUICtrlCreateButton("Start", 32, 16, 201, 65, 0)
$Button2 = GUICtrlCreateButton("Stop", 256, 16, 193, 65, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd