AppSize

Syntax

AppSize [WindowName$,] Width, Height

Remarks

In Windows, sizes an application window to a specified width and height. If the application is maximized or minimized, an error occurs. On the Macintosh, AppSize is not available and generates an error.

Argument

Explanation

WindowName$

A string that matches the beginning of an application window name, as it appears in the title bar or Task List (Windows). If omitted, Word is assumed. For more information on WindowName$, see AppActivate.

Width, Height

The width and height of the application window, in points
(72 points = 1 inch).


For an example, see AppMove.

See Also

AppMove, AppRestore, AppWindowHeight, AppWindowWidth, DocSize