I have a gdi+ bitmap, and I want to convert bitmap into HBitmap. I write the following code.
HBITMAP temp;
Color color;
img->GetHBITMAP(color, &temp);
But It do not work, How can I get a HBitmap?
I have a gdi+ bitmap, and I want to convert bitmap into HBitmap. I write the following code.
HBITMAP temp;
Color color;
img->GetHBITMAP(color, &temp);
But It do not work, How can I get a HBitmap?