версия программы: любая
Код:
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$hGui = GUICreate("", 291, 63, 192, 125)
$nCombo = GUICtrlCreateCombo("", 8, 8, 140, 25, BitOR($GUI_SS_DEFAULT_COMBO,$CBS_SIMPLE))
GUICtrlSetData(-1, "sToCombo")
GUICtrlSetBkColor(-1, 0xDCDFE4)
$nButton1 = GUICtrlCreateButton("Скрыть", 156, 8, 126, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $nCombo
Case $nButton1
EndSwitch
WEnd
Код:
как в hide toolz при нажатии на кнопку скрыть , процес везде исчезал , но он был открыт.