Jump to content

Jeyka

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Jeyka

  1. can anyone help me? ı need resize windows but ı dont understand how can ı do. #include <ButtonConstants.au3> #include <ComboConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("Resize", 342, 152, 385, 313) $Input1 = GUICtrlCreateInput("window name", 32, 56, 121, 21) $Combo1 = GUICtrlCreateCombo("100", 176, 56, 145, 25) GUICtrlSetData(-1, "100|90|80|70|60|50|40|30|20|10") $Button1 = GUICtrlCreateButton("Resize", 176, 96, 147, 25, $WS_GROUP) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd I need help with "if pressed to button , read combo and resize
  2. ı compiled loader to exe but when ı move it to ecsro folder and when ı start ecsro with loader ı've error and loader shut down :S:S:S please check it ı want use it
×
×
  • Create New...