SetWindowState()
Syntax
SetWindowState(#Window, State)Description
Changes the minimized/maximized of the specified window.
'State' can have the following values:#PB_Window_Normal : The window will be neither maximized nor minimized. #PB_Window_Maximize: The window will be maximized. #PB_Window_Minimize: The window will be minimized.The actual status of the window can later be get with GetWindowState().
Supported OS
All