如何读取RichTextBox中附加的rtf文档?

发布于 2024-10-12 22:27:27 字数 88 浏览 2 评论 0原文

我将 rtf 文档附加到我的应用程序中,我希望其内容显示在 RichTextBox 中,我知道如何使用磁盘中的 rtf 文件执行此操作,但我无法访问项目中的文件。

I attached rtf document to my app, and I want its content to be display in RichTextBox, I know how to do that with rtf file from disk, but I can't access file in project.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洛阳烟雨空心柳 2024-10-19 22:27:27

如果您将 rtf 文件添加为项目中的“嵌入式资源”,请在执行程序集上使用 GetManifestResourceStream 等函数。在此处查看示例:http://lamahashim .blogspot.com/2009/06/c-reading-embedded-files-at-runtime.html

If you added the rtf file as "Embedded Resource" in your project use GetManifestResourceStream etc functions on the executing assembly. Check out a sample here : http://lamahashim.blogspot.com/2009/06/c-reading-embedded-files-at-runtime.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文