Jump to content

CryHero

Members
  • Posts

    8
  • Joined

  • Last visited

CryHero's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. First When I want to chose the number of <$Combo1> Write this number healthier sense of pressure on the figure, which was chosen When I click on the <$Checkbox2> Enter write Second When I write in $Input Time Press 1 All this time I wrote like 2 seconds to write every 2 sec 1
  2. first that my Code #include <ButtonConstants.au3> #include <ComboConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Test = GUICreate("Test", 530, 189, 212, 171) $Combo1 = GUICtrlCreateCombo("", 32, 32, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "1|2|3|4|5") $Combo2 = GUICtrlCreateCombo("", 32, 72, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "a|b|s|d|e") $Checkbox1 = GUICtrlCreateCheckbox("Tab", 320, 32, 49, 17) $Checkbox2 = GUICtrlCreateCheckbox("Enter", 320, 72, 57, 17) $Start = GUICtrlCreateButton("Start", 40, 136, 75, 25) $Stop = GUICtrlCreateButton("Stop", 128, 136, 75, 25) $Input1 = GUICtrlCreateInput("300", 240, 32, 33, 21) $Label1 = GUICtrlCreateLabel("Time", 192, 32, 27, 17) $Label2 = GUICtrlCreateLabel("Sec", 288, 32, 23, 17) $Label3 = GUICtrlCreateLabel("Time", 192, 72, 27, 17) $Label4 = GUICtrlCreateLabel("Sec", 288, 72, 23, 17) $Input2 = GUICtrlCreateInput("300", 240, 72, 33, 21) $Label5 = GUICtrlCreateLabel("Sec", 464, 32, 23, 17) $Label6 = GUICtrlCreateLabel("Sec", 464, 72, 23, 17) $Label7 = GUICtrlCreateLabel("Time", 384, 32, 27, 17) $Label8 = GUICtrlCreateLabel("Time", 384, 72, 27, 17) $Input3 = GUICtrlCreateInput("300", 416, 32, 33, 21) $Input4 = GUICtrlCreateInput("300", 416, 72, 33, 21) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox1 Send("{Tab}") Case $Checkbox2 Send("{Enter}") EndSwitch WEnd First When I want to chose the number of <$Combo1> Write this number healthier sense of pressure on the figure, which was chosen When I click on the <$Checkbox2> Enter write Second When I write in $Input Time Press 1 All this time I wrote like 2 seconds to write every 2 sec 1
  3. ok thanks i will back it again and make New topicthanks for the Advice
  4. Thanks for help
  5. i went my Script work when add time to stop my program when the time end Such as 2 day after 2 day = 48 hour after end wanna my program Stop #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 615, 440, 192, 124) $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 32, 24, 97, 17) $Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 32, 48, 97, 17) $Radio1 = GUICtrlCreateRadio("Radio1", 168, 40, 113, 17) $Radio2 = GUICtrlCreateRadio("Radio2", 160, 64, 105, 9) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
  6. not too all say >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:UsersHeroDesktopNew AutoIt v3 Script.au3" /UserParams +>18:22:15 Starting AutoIt3Wrapper v.2.1.0.33 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/ CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:Program Files (x86)AutoIt3 +>18:22:15 AU3Check ended.rc:0 >Running:(3.3.8.1):C:Program Files (x86)AutoIt3autoit3.exe "C:UsersHeroDesktopNew AutoIt v3 Script.au3" --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop +>18:22:16 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 2.333
  7. No work too #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> FileInstall("C:UsersHeroDesktops.bmp", "D:s.bmp") $Form2 = GUICreate("Form2", 405, 296, 518, 267) $Pic1 = GUICtrlCreatePic("G:PictureAn-Pictureaa.jpg", 16, 48, 348, 100) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
  8. How make icon show when open my program i no wanna Write Name Folder the icon can help me Guys? Code is #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> ToolTip("C:\Users\Hero\Desktop\aa.ico" ,500,300) sleep(500) $Form2 = GUICreate("Form2", 405, 296, 518, 267) $Pic1 = GUICtrlCreatePic("G:\Picture\An-Picture\aa.jpg", 16, 48, 348, 100) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
×
×
  • Create New...