Expands a Form or window to its maximum size
FullW #n
Form.FullW
n:iexp
Form.FullW expands a Form to full screen size.
FullW #n expands a window with given number (0 to _maxInt) to full screen size or opens such a window. When the window doesn't have number, the window handle can be specified as well.
OpenW 1, 10, 10, 200, 100, -1 : Win_1.AutoRedraw = 1
Local a%
FontSize = 10
Text 20, 20, "Please press a key"
KeyGet a%
Win_1.FullW // or FullW #1
KeyGet a%
CloseW # 1
opens a small window, and after a key press maximizes it
Maximize, Minimize, OpenW, ChildW, ParentW
{Created by Sjouke Hamstra; Last updated: 07/10/2014 by James Gaite}