From: Peter Olcott on
I need a minimal example of saving an HBITMAP to a file. I have
seen an example of the LoadImage() function, yet there seems to
be no corresponding SaveImage() function. How does one save
an HBITMAP to a file?

Thanks


From: Ajay Kalra on
There are examples are codeguru/codeproject which show you how to do
this. GDI+ now provides this functionality very well.

----------
Ajay Kalra
ajaykalra(a)yahoo.com

From: Peter Olcott on
It looks like GDI + is only available in DotNet.
I am working with MFC for Visual C++ 6.0.

"Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message
news:1108385956.593912.148270(a)z14g2000cwz.googlegroups.com...
> There are examples are codeguru/codeproject which show you how to do
> this. GDI+ now provides this functionality very well.
>
> ----------
> Ajay Kalra
> ajaykalra(a)yahoo.com
>


From: Peter Olcott on
I searched again on CodeGuru, and found what I needed, thanks.

"Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message
news:1108385956.593912.148270(a)z14g2000cwz.googlegroups.com...
> There are examples are codeguru/codeproject which show you how to do
> this. GDI+ now provides this functionality very well.
>
> ----------
> Ajay Kalra
> ajaykalra(a)yahoo.com
>


From: Ajay Kalra on
GDI+ works fine without .Net. You can use GDI+ in MFC VC6.0 as well
without any problem.

----------
Ajay Kalra
ajaykalra(a)yahoo.com