SCREENSHOW: 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 "The $SCREENSHOW metacommand can be used to display the main program window throughout the program. {{PageSyntax}} : $SCREENSHOW {{PageDescription}} * The metacommand is intended to be used in a modular program when a screen surface is necessary in one or more modules. * $SCREENSHOW can only be used after $SCREENHIDE or _SCREENHIDE have been used in another program module. * If $SCREENHIDE and then $SCREENSHOW are used in the same p...") |
No edit summary |
||
Line 1: | Line 1: | ||
The [[ | {{DISPLAYTITLE:_SCREENSHOW}} | ||
The [[_SCREENSHOW]] statement can be used to display the main program window in a section of code. | |||
{{PageSyntax}} | {{PageSyntax}} | ||
: | : [[_SCREENSHOW]] | ||
{{PageDescription}} | {{PageDescription}} | ||
* | * [[_SCREENHIDE]] or [[$SCREENHIDE]] must be used before _SCREENSHOW or [[$SCREENSHOW]] can be used! | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[$ | * [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] (QB64 [[Metacommand]]s) | ||
* [[_SCREENHIDE]], | * [[_SCREENHIDE]], [[_CONSOLE]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 21:35, 2 June 2022
The _SCREENSHOW statement can be used to display the main program window in a section of code.
Syntax
Description
- _SCREENHIDE or $SCREENHIDE must be used before _SCREENSHOW or $SCREENSHOW can be used!
See also