1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_SCREENICON.md
2022-12-24 21:14:48 -06:00

550 B

The _SCREENICON statement can be used to minimize the main program window to the taskbar.

Syntax

_SCREENICON

Description

  • Use _SCREENICON to minimize the main program window to the taskbar.

Availability

  • Version 1.000 and up.

See Also