这有可能使用WPF创建IE工具栏?这有、工具栏、WPF、IE

2023-09-03 07:32:44 作者:如歌卿ヾ

我刚开始学习WPF,是可能的,我可以通过使用WPF创建一个IE工具栏,如果是这样,有关于如何做到这一点的任何文件?

I just start learning WPF, is that possible I can create an IE toolbar by using WPF, if so, is there any document about how to do that?

多谢了。

推荐答案

您可以在技术上实现与WPF工具栏,但没有与此或使用管理code其它方法的潜在问题。目前只能是.NET CLR的一个版本加载到IE进程,所以如果你需要.NET 3.5和.NET 1.0已经加载,你可能会遇到麻烦。

You could technically implement a toolbar with WPF but there is a potential issue with this or other approaches that uses managed code. There can only be one version of the .NET CLR loaded into the IE process so if you need .NET 3.5 and .NET 1.0 has been loaded you could be in trouble.

您可以实现创建一个IE工具栏与WPF所需的COM接口,你可能想看看一些的WinForms 范例为基础。

You can implement the COM interfaces required to create an IE toolbar with WPF, and you might want to look at some WinForms examples for the basics.

如产品外接防爆preSS 声称让与管理$ C C更容易,更安全$编程IE浏览器的扩展。

Products like Add-in Express claim to make programming IE extensions with managed code easier and safer.