modify Icon of the MDI application
-
I've modified the "IDR_MAINFRAME" and the "IDR_MYAPPTYPE" Icon but the modification are not show at run-time... I always see the MFC Icon dans the default Document one. Why? Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com
-
I've modified the "IDR_MAINFRAME" and the "IDR_MYAPPTYPE" Icon but the modification are not show at run-time... I always see the MFC Icon dans the default Document one. Why? Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com
Each icon ID consists of two icons- a 32x32 and a small 16x16. Theres a combo box in the icon editor to select between them. Chances are you've only changed the large one, but its actually the small one that is used in most situations. Edit those and rebuild. Sorry to dissapoint you all with my lack of a witty or poignant signature.
-
Each icon ID consists of two icons- a 32x32 and a small 16x16. Theres a combo box in the icon editor to select between them. Chances are you've only changed the large one, but its actually the small one that is used in most situations. Edit those and rebuild. Sorry to dissapoint you all with my lack of a witty or poignant signature.
thanks, yes, it was just that :) ;) Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com