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

时间:2011-01-19 11:18:12

标签: wpf richtextbox rtf

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

1 个答案:

答案 0 :(得分:0)

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