$RESIZE
From QB64 Wiki
The $RESIZE metacommand determines if a program window can be resized by the user.
- $RESIZE:{ON|OFF}
- When $RESIZE:ON is used, a program window can be resized by a program user. Otherwise it cannot be changed.
- When $RESIZE:OFF (default) is used, the program's window size cannot be changed by the user.
See also:
- _RESIZE (function)
- _RESIZEWIDTH, _RESIZEHEIGHT (functions return the requested dimensions)