WinShow

Shows a window in its "normal" state.

Syntax:

WinShow (partial-winname)

Parameters:

(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.

Returns:

(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.

Example:

RunZoom("Notepad.exe", "")
; other processing...
WinShow("~Notepad")

See Also:

WinArrange, WinHide, WinIconize, WinZoom, Partial Window Names, IntControl 46