Insert image into RTF data in C ++ using MFC

I need to create an RTF file using C ++ and MFC. This RTF file will contain images with a link to each of them.

RTF is always in memory; it is never written to the hard drive.

I need to insert an image into an RTF file at runtime (the image is not always the same). Can this be done with MFC? I'm not sure CRichEditCtrl can do this ...

thank

+3
source share
2 answers
+1
source
+1
source

All Articles