$EXEICON: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Created page with "'''$EXEICON''' pre-compiler metacommand embeds a designated icon file into the compiled EXE file to be viewed in Windows Explorer. {{PageSyntax}} : $EXEICON:'{{Parameter|iconfile.ico}}' {{Parameters}} * '{{Parameter|iconfile.ico}}' is a valid [https://en.wikipedia.org/wiki/ICO_(file_format) ICO file] {{PageDescription}} * Calling _ICON without an {{Parameter|imageHandle&}} uses the embeded icon, if available. ** Starting with '''build 20170906/64''', the...")
 
No edit summary
Line 20: Line 20:
''Example:'' Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.
''Example:'' Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.
{{CodeStart}}
{{CodeStart}}
{{Cl|$EXEICON}}:'mush.ico'
{{Cl|$EXEICON}}:'myexe.ico'
{{Cl|_ICON}}
{{Cl|_ICON}}
{{CodeEnd}}{{small|Code and command by Fellippe Heitor}}  
{{CodeEnd}}{{small|Code and command by Fellippe Heitor}}  
<center>[http://www.qb64.net/forum/index.php?action=dlattach;topic=13762.0;attach=4558 mush.ico download]</center>





Revision as of 22:49, 21 April 2022

$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