12-05-2020, 12:32 PM
(This post was last modified: 12-05-2020, 12:35 PM by MJS@mjs.us.)
Hello,
Add a resource file (.rc file) to your project if you don't already have one and add something like this to it:
IW_FAVICON RCDATA "D:\IW_Include\favicon.ico"
where favicon.ico is your custom icon.
![[Image: cust-iw-icon.png]](https://mjs.us/Docs/cust-iw-icon.png)
Regards,
Mark
Add a resource file (.rc file) to your project if you don't already have one and add something like this to it:
IW_FAVICON RCDATA "D:\IW_Include\favicon.ico"
where favicon.ico is your custom icon.
Regards,
Mark

