I have a Bitmap image that i want to load dynamically. But I am unable to load it.
CBitmap bmp; bmp.LoadBitmap(\"c:\\\\aeimg\");
it does not
CImage doesn't work with png last time I tried / checked. Have a look at CxImage - http://www.codeproject.com/KB/graphics/cximage.aspx .