hi,
can somebody tell me how to access the phone's internal icons?
I would like the phone's bluetooth icon.
I know I can use the avkon2.mif file where all the icons are stored.
But the following code only shows a "?" as icon. I also know that the Names of the icons are stored in the avkon.mbg file.
regardsCode:TFileName iconfile(AknIconUtils::AvkonIconFileName()); CFbsBitmap *bitmap; CFbsBitmap *mask; TSize iconSize(100, 100); AknIconUtils::CreateIconLC(bitmap, mask, iconfile, EMbmAvkonQgn_note_bt, EMbmAvkonQgn_note_bt_mask); AknIconUtils::SetSize(bitmap, iconSize);
makom

Reply With Quote

