.net 的 OLE 替代方案\解决方法
我们计划将使用 MFC\C++ 构建的桌面应用程序迁移到 WPF。使用的控件之一是富文本编辑器TE Edit。
该富文本框支持嵌入 OLE 对象。这意味着 MS Office 文档等内容可以在文本框中链接。单击这些项目时,将打开指定的应用程序,可以在其中更改内容,并且内容会在文本框本身中更新。
我们可以在.net 中支持这个吗?是否有任何解决方法来支持此类场景?据我了解,OLE 是交易,框架不支持。但该用例似乎是有效的,应该向客户提供一种替代方案。
We plan to migrate a desktop application which was build using MFC\C++ to WPF. One of the control used is a Rich Text Editor TE Edit.
This rich text box supports embedding of OLE objects. This implies things such as MS Office documents can be linked in the textbox. Such items when clicked open the designated application where one can change the content and the content is updated in the text box itself.
Can we support this in .net? Are there any workarounds to support such scenarios? From what I understand OLE is deal and not supported by the framework. But the use case seems to be valid one and an alternative should be presented to the client.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论