SCREENICON: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 17: Line 17:


{{PageSeeAlso}}
{{PageSeeAlso}}
* [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] (QB64 [[Metacommand]]s)
* [[$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

_SCREENICON


Description

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


Availability

  • QB64 v1.0 and up
  • QB64-PE all versions


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage