bahram zarrin

bahram zarrin

  • NA
  • 8
  • 30.7k

how can I load a image into memory?

Jun 27 2009 11:29 AM
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