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