$EXEICON
Jump to navigation
Jump to search
Code and command by Fellippe Heitor
mush.ico download
Navigation:
$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
- iconfile.ico is a valid ICO file
Description
- Calling _ICON without an imageHandle& uses the embeded icon, if available.
- Starting with build 20170906/64, the window will automatically use the icon embedded by $EXEICON, without having to call _ICON.
- Keyword Not Supported in Linux or MAC versions.
Examples
Example: Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.
See also