Search code examples
c#.netinternet-explorerieaddon

How can I create an Internet Explorer addon?


How to create an Internet Explorer addon with .net. All I need is a just a menu under right click context menu.

.net is a must.

Edit: What I am trying to do is add a context menu to IE.


Solution

  • I found a good example explaining how to create a context menu with C#

    http://www.codeproject.com/KB/menus/IE_Context_Menu_Installer.aspx