Jump to content

how to radio button use it?


Recommended Posts

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 by himlight
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...