SCREENICON: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Created page with "{{DISPLAYTITLE:_SCREENICON}} The _SCREENICON statement can be used to minimize the main program window to the taskbar. {{PageSyntax}} : _SCREENICON {{PageDescription}} * Use _SCREENICON to minimize the main program window to the taskbar. ==Availability== * '''Version 1.000 and up'''. {{PageSeeAlso}} * $SCREENHIDE, $SCREENSHOW, $CONSOLE (QB64 Metacommands) * _SCREENHIDE, _SCREENSHOW, _CONSOLE * _SCREENICON (function)...") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
{{PageDescription}} | {{PageDescription}} | ||
* Use [[_SCREENICON]] to minimize the main program window to the taskbar. | * Use [[_SCREENICON]] to minimize the main program window to the taskbar. | ||
{{PageAvailability}} | |||
* ''' | * '''QB64 v1.0 and up''' | ||
* '''QB64-PE all versions''' | |||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] | * [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] | ||
* [[_SCREENHIDE]], [[_SCREENSHOW]], [[_CONSOLE]] | * [[_SCREENHIDE]], [[_SCREENSHOW]], [[_CONSOLE]] | ||
* [[_SCREENICON (function)]] | * [[_SCREENICON (function)]] |
Latest revision as of 21:29, 2 February 2023
The _SCREENICON statement can be used to minimize the main program window to the taskbar.
Syntax
Description
- Use _SCREENICON to minimize the main program window to the taskbar.
Availability
- QB64 v1.0 and up
- QB64-PE all versions
See also