brauche hilfe - UI zu meinem autohotkey script

11/13/2010 10:27 Daru#1
könnte mir jemand helfen eine "richtige ui" zu erstellen, also ohne inputbox

Code:
InputBox, UserInput1, Anzahl, Enter a number., , 300, 100
InputBox, UserInput2, Key, Enter a key., , 300, 100
InputBox, UserInput3, delay, Enter a delay., , 300, 100
InputBox, UserInput4, WindowTitle, Enter the Window Name., , 300, 100
if ErrorLevel
    MsgBox, CANCELED
else
Loop, %UserInput1%
{
ControlSend,, %UserInput2%, %UserInput4%
    Sleep, %UserInput3%
}
wäre echt genial, komme alleine nicht weiter :rolleyes:
11/15/2010 13:07 -AmA-#2
ähm du meinst gui oder?
[Only registered and activated users can see links. Click Here To Register...]

Das sollte helfen