Hello,
I'm working on a CAknSingleGraphicStyleListBox list here and I have implemented the access to the mbm file in the following way :
And I am getting an icon from it using :Code:TFileName iconfile(_L("\\resource\\apps\\MyApp.mbm"));
Is there a better way to do this ? For example, I don't like the fact that the .mbm file path is hardcoded. And also the icon id and the mask id.Code:AknIconUtils::CreateIconL(myTestListIcon, myTestListMask, iconfile, 1, 2);
Thank you in advance

Reply With Quote

