Hi,
I create a simple application using MFC, by starting from the sample application. I changed the Icon Resource IDR_MAINFRAME and IDR_XXXXTYPE, but still the MFC icon appears both in the upper left of my application, and with
Printable View
Hi,
I create a simple application using MFC, by starting from the sample application. I changed the Icon Resource IDR_MAINFRAME and IDR_XXXXTYPE, but still the MFC icon appears both in the upper left of my application, and with
What are you changing the code "" or the Icon itself ?
The Icon resource of IDI_MAINFRAME has 16x16 pixels and 32x32 pixels parts.
You have forgotten to change 16x16 one.
Hope this helps.