|
From: Peter Olcott on 14 Feb 2005 03:53 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 14 Feb 2005 07:59 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 15 Feb 2005 07:50 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 15 Feb 2005 08:14 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 15 Feb 2005 09:57 GDI+ works fine without .Net. You can use GDI+ in MFC VC6.0 as well without any problem. ---------- Ajay Kalra ajaykalra(a)yahoo.com
|
Pages: 1 Prev: Creating modeless dialogs Next: SetFinishText Wizard Property Sheet |