
Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
Thanks. I think I was confused by the large number of image types. In VS6
exactly two image types are created by the wizard. With VS.NET I got 9 types
plus a menu item for "more icons." In order to insure that my custom icon is
always seen instead of the default MFC icon, do I need to replace all 9 image
types that were created by the wizard? Also how do I systematically get to see
all the image types in the context they are used so that I can be satisfied with
their appearance?
Roger
> >When I use the
> >wizard in the same way in VS.NET, the icon resource only has a 32x32 image.
[quoted text clipped - 7 lines]
> --
> MVP VC++ FAQ: http://www.mvps.org/vcfaq

Signature
Change "3e" in my address to "eee"
David Lowndes - 23 Feb 2005 20:09 GMT
>In order to insure that my custom icon is
>always seen instead of the default MFC icon, do I need to replace all 9 image
>types that were created by the wizard?
Apparently, but to be honest I've only ever used 16x16 and 32x32 16
colour icons in my apps - I've not got the patience or ability to
create more.
The articles titled "New Graphical Interface: Enhance Your Programs
with New Windows XP Shell Features" and "Creating Windows XP Icons" on
MSDN does mention 9 icons and places where some are used.
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq