$EXEICON

From QB64 Phoenix Edition Wiki
Revision as of 22:49, 21 April 2022 by RhoSigma (talk | contribs)
Jump to navigation Jump to search

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


Syntax

$EXEICON:iconfile.ico


Template:Parameters


Description


Examples

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

$EXEICON:'myexe.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