I would expect that the icon of my app would correspond to the icon defined in #define IDR_MYAPPTYPE, however, in my app the icon shown corresponds to another different icon (also defined in my app).
I guess there must be some resources ID conflict …
Any idea?
AFAIK simply the icon with the lowest ID is used as default icon for the app ... check if there are icons with lower IDs than your IDR_MYAPPTYPE
hope that helps,
ZOPPO