forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
$EXEICON
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
$EXEICON pre-compiler metacommand embeds a designated icon file into the compiled EXE file to be viewed in Windows Explorer.
$EXEICON:'iconfile.ico'
- 'iconfile.ico' is a valid ICO file format
- 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.
- Keywords currently not supported.
Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.
$EXEICON:'mush.ico'
_ICON