在 C++ 中将图像插入到 RTF 数据中与MFC

发布于 2024-11-09 23:07:33 字数 183 浏览 0 评论 0原文

我必须使用 C++ 和 MFC 创建 RTF 文件。该 RTF 文件将包含图像,每个图像上都有一个链接。

RTF 始终位于内存中,从不写入硬盘。

我需要在运行时在 RTF 文件中插入图像(图像并不总是相同)。用MFC可以实现吗?我不确定 CRichEditCtrl 是否可以做到这一点......

谢谢

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

The RTF is always in memory, it's never written on the hard disk.

I need to insert an image in the RTF file at runtime(the image is not always the same). Is it possible to do so with MFC? I'm not sure if CRichEditCtrl can do that...

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文