I was search way display an image, but i didn't succses display it in screen. I used DrawBitmap(), and BitBlt().
This is code draw image in my example:
Value of a != 0, i don't know it error at where.Code:CFbsBitmap *bit = new (ELeave) CFbsBitmap; TInt a = bit->Load(_L("C:\\14012011_001.jpg")); RDebug::Print(_L("CtestDrawAppView::Draw : %d"), a); gc.BitBlt(Rect().iTl, bit);



