how can I load a image into memory?
Hi
When I do File_New -> Attach Image, the image file can be loaded into memory.
But when I do File_open, the image file can not be loaded into memory. I did following:
Gdiplus::Graphics gr(dc);
gr.SetPageUnit(Gdiplus::UnitPixel);
gr.DrawImage(pBmp, p, 3);
What is problem?
Thanks
bah10z