himlight Posted May 26, 2009 Posted May 26, 2009 (edited) i'm beginner.. how o radio button use it?? i was make radio button.. but i don't know,, how to use it ?? this check in operate function.. o radio1 o radio2 how to operate?? plz,,, don't go out,,, reply ,,, plz,, this code.. HotkeySet("{HOME}", "start") While 1 WEnd ;................................... Func start() While 1 send (1) sleep (1000) WEnd EndFunc ;................................... Func stop() While 1 WEnd EndFunc and this gui.. #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form2 = GUICreate("Form2", 327, 232, 187, 116) $Radio1 = GUICtrlCreateRadio("Radio1", 56, 32, 113, 17) $Radio2 = GUICtrlCreateRadio("Radio2", 56, 72, 113, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Edited May 26, 2009 by himlight
Tec Posted May 26, 2009 Posted May 26, 2009 Did you read the help file ? http://www.autoitscript.com/autoit3/docs/f...CreateRadio.htm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now