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

落花浮王杯 提交于 2019-12-01 10:56:57

问题


If somebody may knows a blog posting with a basic example, that would help a lot.

Google search gives me mostly links to add-in-express.com.

tia


回答1:


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.




回答2:


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).



来源:https://stackoverflow.com/questions/352217/how-do-i-create-a-ie-add-on-in-net

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