597 B
597 B
Add icon of application
- Create a
*.icofile of whatever you want to use as a logo. I called minefavicon.ico. - Create a file named
yourapplication.rc. - Add the following line to
yourapplication.rc:IDI_ICON1 ICON DISCARDABLE "favicon.ico". - Add the
*.rcfile to your buildsystem as a source file. - Make sure that your
*.exeships along side thefavicon.icofile.