作为 OLE 服务器的 WPF 应用程序
我知道有很多关于这个问题的帖子,但我在过去五天里用谷歌搜索了很多,但没有找到任何有效的解决方案(而且我自己也做不到)。
任何人都可以上传一个简单的 wpf 应用程序(可能是 Border
内的 TextBox
),它充当 OLE 服务器。例如,我在 MS Excel 中插入 dll,并在 Border
内看到 TextBox
。
现在我只能做这样的事情:我将 dll 插入 MS Word 并看到“[dll name].dll”。一旦我打开一个图标,就会打开一个窗口。但我想要一个嵌入式窗口。
I know that there are a lot of posts about this issue, but I've googled so much last five days and didn't find any working solution (and couldn't do it myself).
Could anybody upload a simple wpf application (may be a TextBox
inside Border
), which acts as an OLE server. For instance, I insert dll in MS Excel and see that TextBox
inside Border
.
Now I could do only such thing: I insert my dll in MS Word and see "[dll name].dll". Once I open an icon a window opens. But I want to have an embedded window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。
.NET 的 OLE 容器
OLE 已经死了,已经死了很多年了,应该允许它死掉吗?也在你的程序中。 C# 从来不支持它。
You can not.
OLE Container for .NET
OLE is dead, was dead for years and should please be allowed to die also in your programs. C# never supported it.