Shows a window in its "normal" state.
WinShow (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 show.; @FALSE if no windows were found.
Use this function to restore a window to its "normal" size and position.
A partial-window name of "" (null string) restores the current WIL interpreter window.
RunZoom("Notepad.exe", "") ; other processing... WinShow("~Notepad")
WinArrange, WinHide, WinIconize, WinZoom, Partial Window Names, IntControl 46