0
Answer

how can I load a image into memory?

bahram zarrin

bahram zarrin

15y
6.3k
1
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