yeah, i made the test icons myself (although the same thing occurs if i use any 'standard' ico from a system file),
i've even tried different apps that'll save the image order inside an .ico file in a different order like
16x16x8bit, 32x32x8bit, 16x16x4bit, 32x32x4bit
as opposed to say
16x16x4bit, 16x16x8bit, 32x32x4bit, 32x32x8bit
(as an example)
in case it was referenced by resource number internally by windows
(btw this is what the minus numbers are in some icon entrys in the registry)
the 16x16x8bit icon will only be displayed in the corner of a DOS box when theres no 32x32 image in the .ico file, otherwise (even if the colour depth goes against windows settings, i.e. it's only a 32x32x4bit icon and your icons are set up for 8 ,16 or 24 bit colour) a squashed version of the existing 32x32 image is presented.
This post has been edited by miko: 04 December 2005 - 05:21 PM