How do I create a IE Add-On in .NET?

我的梦境 提交于 2019-12-01 12:38:14

Short answer, don't. Just don't.

Details are at Create a shell extension ...

since IE and Explorer are the same component with a different skin, you will run into the same kind of troubles.

You can check this url:

http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx

it deals with making an extension for Windows Explorer but I know that for IE it works very similar.

It is the library that for example qttabbar uses:

http://qttabbar.wikidot.com/

(as I say, it can be adapted to IE).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!