schreibe grad ein kleines Script:
Koda:
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form1", 191, 54, 302, 218)
$Button1 = GUICtrlCreateButton("Start", 8, 8, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Stop", 104, 8, 75, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Script:
Code:
while 1
Send("{TAB}")
Send("{2}")
Sleep(50)
Send("1")
Sleep(1000)
WEnd
Evntl. mal Koda und Script zusammen bauen? (so dass es auch funktioniert^^)
Ich bedanke mich jetzt schonmal als kleier Scripter Kiddi,
Shadow






