I have a MFC Dialog Application. I would like to replace the application exe icon.
- I open the default MFC icon eg. app.ico in the res folder using Axialis IconWorkshop.
- Replace all images in the icon.
- Save it to appA.ico.
- Then I change Filename property of icon IDR_MAINFRAME to res\appA.ico.
- Visual Studio icon editor shows the correct image.
But when I build the application, the icon associated to the app.exe still show MFC default icon.
What went wrong?