WinIconize

Iconizes a window.

Syntax:

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

Returns:

(i) @TRUE if a window was found to iconize.; @FALSE if no windows were found.

 

Use this function to turn a window into an icon at the bottom of the screen.

A partial-window name of "" (null string) iconizes the current WIL Interpreter window.

This function works only with top-level (parent) application windows.

Example:

Run("notepad.exe", "")
WinIconize("~Not") ; partial window name used here

See Also:

RunIcon, WinClose, WinHide, WinPlace, WinShow, WinZoom, Partial Window Names, IntControl 46