Maximizes a window to full-screen.
WinZoom (partial-winname)
(s) partial-winname either an initial portion of, or an entire window name. The most-recently used window whose title matches the name will be shown.
(i) @TRUE if a window was found to zoom.; @FALSE if no windows were found.
Use this function to "zoom" windows to full screen size.
A partial-winname of "" (null string) zooms the current WIL interpreter window.
This function works only with top-level (parent) application windows.
Run("notepad.exe", "") WinZoom("~Notepad") TimeDelay(3) WinShow("~Notepad")
RunZoom, WinHide, WinIconize, WinPlace, WinShow, Partial Window Names, IntControl 46