Hi to all,

i have a little problem with my little application. I create a graphic object where i draw a series of text. I create it with

Graphics gg(hdc)

where hdc in the handle context of the screen ( BeginPaint ). Now i want to save this graphics object in the png image file. I try to create a bitmap file from gg with

Bitmap *b = new (w,h,&g)

end then

b->save(L"c:\\tmp.png", &pngclsid, NULL)

, but don't work...

Anyone have the solution?

Thanks lot

Hi to all,

i have a little problem with my little application. I create a graphic object where i draw a series of text. I create it with

Graphics gg(hdc)

where hdc in the handle context of the screen ( BeginPaint ). Now i want to save this graphics object in the png image file. I try to create a bitmap file from gg with

Bitmap *b = new (w,h,&g)

end then

b->save(L"c:\\tmp.png", &pngclsid, NULL)

, but don't work...

Anyone have the solution?

Thanks lot

The problem is the dimension of the BMP, but now, the file is saved but empty...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.