$EXEICON: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
{{Cl|$EXEICON}}:'mush.ico'
{{Cl|$EXEICON}}:'mush.ico'
{{Cl|_ICON}}
{{Cl|_ICON}}
{{CodeEnd}}{{small|Code and command by Fellippe Heitor}}
{{CodeEnd}}
{{Small|Code and command by Fellippe Heitor}}





Revision as of 22:09, 11 February 2023

$EXEICON pre-compiler metacommand embeds a designated icon file into the compiled EXE file to be viewed in Windows Explorer.


Syntax

$EXEICON:iconfile.ico


Parameters


Description


Examples

Example: Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.

$EXEICON:'mush.ico'
_ICON
Code and command by Fellippe Heitor


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link