Jump to content

iTwIx

Members
  • Posts

    6
  • Joined

  • Last visited

iTwIx's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. yh im confused too lol my friend doesnt speaks well english so...
  2. ok this is what my friend replayed me in another website: See That i make it #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> HotKeySet("{z}", "Selectoncheckbox1") #Region ### START Koda GUI section ### Form=Form1.kxf $Form1 = GUICreate("", 215, 235, 299, 218) $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 112, 16, 97, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox1 EndSwitch WEnd Func Selectoncheckbox1() MsgBox(4096, "", "This is a message.") EndFunc ;==>ShowMessage but i went change MsgBox(4096, "", "This is a message.") to Select on checkbox1 not MsgBox(4096, "", "Select on checkbox1") went change to select on checkbox1 no went it MsgBox sorry bro i dont understand what have u said... ok that it [/size][/font][/color] #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> HotKeySet("{z}", "Selectoncheckbox1") #Region ### START Koda GUI section ### Form=Form1.kxf $Form1 = GUICreate("", 215, 235, 299, 218) $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 112, 16, 97, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox1 EndSwitch WEnd Func Selectoncheckbox1() MsgBox(4096, "", "00000000000") ; i went change Msgbox to i dont know what need to change MsgBox to ...... to make (HotKeySet) can Select On Checkbox1 EndFunc (write it and GM will know what i mean i went change Msgbox to i dont know what need to change MsgBox to ...... to make (HotKeySet) can Select On Checkbox1) (I am very sorry for bothering you)
  3. how hes script is the following: #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> HotKeySet("{Alt}"); That For Closs And Open the From #Region ### START Koda GUI section ### Form=Form1.kxf $Form1 = GUICreate("", 215, 235, 299, 218) $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 112, 16, 97, 17) $Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 112, 40, 97, 17) $Checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 112, 64, 97, 17) $Checkbox4 = GUICtrlCreateCheckbox("Checkbox4", 112, 88, 97, 17) $Checkbox5 = GUICtrlCreateCheckbox("Checkbox5", 112, 112, 97, 17) $Checkbox6 = GUICtrlCreateCheckbox("Checkbox6", 112, 136, 97, 17) $Checkbox7 = GUICtrlCreateCheckbox("Checkbox7", 112, 160, 97, 17) $Checkbox8 = GUICtrlCreateCheckbox("Checkbox8", 112, 184, 97, 17) $Label1 = GUICtrlCreateLabel("HotKeySet 1", 8, 16, 72, 17) $Label2 = GUICtrlCreateLabel("HotKeySet 2", 8, 40, 72, 17) $Label3 = GUICtrlCreateLabel("HotKeySet 3", 8, 64, 72, 17) $Label4 = GUICtrlCreateLabel("HotKeySet 4", 8, 88, 72, 17) $Label5 = GUICtrlCreateLabel("HotKeySet 5", 8, 112, 72, 17) $Label6 = GUICtrlCreateLabel("HotKeySet 6", 8, 136, 72, 17) $Label7 = GUICtrlCreateLabel("HotKeySet 7", 8, 160, 72, 17) $Label8 = GUICtrlCreateLabel("HotKeySet 8", 8, 184, 72, 17) $Label9 = GUICtrlCreateLabel("Hot Key For Open and Close Alt", 8, 208, 165, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox1 HotKeySet("{1}")("") Case $Checkbox2 HotKeySet("{2}")("") Case $Checkbox3 HotKeySet("{3}")("") Case $Checkbox4 HotKeySet("{4}")("") Case $Checkbox5 HotKeySet("{5}")("") Case $Checkbox6 HotKeySet("{6}")("") Case $Checkbox7 HotKeySet("{7}")("") Case $Checkbox8 HotKeySet("{8}")("") EndSwitch WEnd but it still dsnt work
  4. for now its all... thnx=)
  5. yh xD he only wrote hotkey in the label.... xD i was kinda but he was keeping asking me to do it... btw thnx for the welcome =)
  6. hey guys, a friend of mine needs help with hotkeys. this is his script: #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form=Form1.kxf $Form1 = GUICreate("", 215, 235, 299, 218) $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 112, 16, 97, 17) $Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 112, 40, 97, 17) $Checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 112, 64, 97, 17) $Checkbox4 = GUICtrlCreateCheckbox("Checkbox4", 112, 88, 97, 17) $Checkbox5 = GUICtrlCreateCheckbox("Checkbox5", 112, 112, 97, 17) $Checkbox6 = GUICtrlCreateCheckbox("Checkbox6", 112, 136, 97, 17) $Checkbox7 = GUICtrlCreateCheckbox("Checkbox7", 112, 160, 97, 17) $Checkbox8 = GUICtrlCreateCheckbox("Checkbox8", 112, 184, 97, 17) $Label1 = GUICtrlCreateLabel("Hot Key Ctrl+1", 8, 16, 72, 17) $Label2 = GUICtrlCreateLabel("Hot Key Ctrl+2", 8, 40, 72, 17) $Label3 = GUICtrlCreateLabel("Hot Key Ctrl+3", 8, 64, 72, 17) $Label4 = GUICtrlCreateLabel("Hot Key Ctrl+4", 8, 88, 72, 17) $Label5 = GUICtrlCreateLabel("Hot Key Ctrl+5", 8, 112, 72, 17) $Label6 = GUICtrlCreateLabel("Hot Key Ctrl+6", 8, 136, 72, 17) $Label7 = GUICtrlCreateLabel("Hot Key Ctrl+7", 8, 160, 72, 17) $Label8 = GUICtrlCreateLabel("Hot Key Ctrl+8", 8, 184, 72, 17) $Label9 = GUICtrlCreateLabel("Hot Key For Open and Close Alt+1", 8, 208, 165, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd he said that when he presses any hotkey it dsnt works...
×
×
  • Create New...