Bitmap to RTF
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
POPULAR GROUPS

more...

comp.os ... win32 Profile…
 Up
Bitmap to RTF         


Author: gabriele
Date: May 11, 2008 08:41

I need to convert a bitmap file to rtf hex code.. better c or c++ examples
code.
Could someone help me?
thanx
2 Comments
Re: Bitmap to RTF         


Author: Christian ASTOR
Date: May 11, 2008 12:03

gabriele wrote:
> I need to convert a bitmap file to rtf hex code.. better c or c++ examples
> code.
> Could someone help me?
> thanx

e.g. by inserting the bitmap into a RichEdit then saving it (EM_STREAMOUT)
no comments
Re: Bitmap to RTF         


Author: gabriele
Date: May 12, 2008 02:19

> e.g. by inserting the bitmap into a RichEdit then saving it (EM_STREAMOUT)

Done! thanx
no comments