i make the Script need Work Stop and Time i know how make Start work!
i went Stop and Time work Time when i write in (Input) 5 in Time 5 Sec write 1 all 5 sec or i write in (Input) 7 or 10 or other write 1 after 7 or 10 or other
and went when chick stop time and Write 1 Stop so all stop so can one help me ?
and Place no one say see here [Only registered and activated users can see links. Click Here To Register...] :D
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
;=================================================
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Test", 423, 210, 488, 330, 0)
GUISetBkColor(0x646464)
$1 = GUICtrlCreateCheckbox("1", 5, 48, 25, 17)
$Input1 = GUICtrlCreateInput("", 72, 48, 33, 17)
$Label2 = GUICtrlCreateLabel("Time", 32, 48, 27, 17)
$Label3 = GUICtrlCreateLabel("Sec", 112, 48, 23, 17)
$Button1 = GUICtrlCreateButton("Start", 0, 96, 27, 17)
$Button2 = GUICtrlCreateButton("Exit", 64, 96, 27, 17)
$Button3 = GUICtrlCreateButton("Stop", 32, 96, 27, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$msg = GUIGetMsg()
Select
Case $msg = $Button1
$send1 = GUICtrlRead($1)
While 1
Send($send1)
WEnd
Case $msg = $GUI_EVENT_CLOSE
GUIDelete()
ExitLoop
EndSelect
WEnd
and went when chick stop time and Write 1 Stop so all stop so can one help me ?
and Place no one say see here [Only registered and activated users can see links. Click Here To Register...] :D