Click to See Complete Forum and Search --> : Change of Icon in MFC sample app


Jon
August 20th, 1999, 01:30 PM
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

August 20th, 1999, 10:19 PM
What are you changing the code "" or the Icon itself ?

Thomas Lai
August 21st, 1999, 12:09 AM
The Icon resource of IDI_MAINFRAME has 16x16 pixels and 32x32 pixels parts.
You have forgotten to change 16x16 one.
Hope this helps.