Re: mainframe iron question
Make sure you are changing all the other resolutions beside the default
32x32.
You do this by opening the Icon in the resource editor, and then from the
Image menu select Current Icon Image Types.
You can also delete the other image types and have windows scale your 32x32
to fit the other resolutions.
Ali
"RB" <NoMail@NoSpam> wrote in message news:g35j2n01qcj@news1.newsguy.com...
I have an MFC generated EditView app that still shows the MFC
icon ( on the main window only ) even though the only two icons
in the app ( IDR_APPNAME, and IDR_MAINFRAME ) are not
the MFC icon. I edited the irons in the Resource Editor. The edits
show up in the Resource Editor. But when I run the app the main window
still shows the old MFC icon but the About Dialog
does show the edited IDR_MAINFRAME icon. I've checked the path names on
the properties and they are all the same,
res\AppName.ico , res\whatever.ico etc etc.. And when I open
these ico files manually in said res folder, they are "not" the edited
icons. What is going on, where are the edited icons ?