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.
|
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. |
|||||
|
|
This site looks promising: http://www.enhanceie.com/ie/dev.asp It also mentions that you may be able to use registry entries to add a context menu:
Save the following as
|
|||
|
|
|
Perhaps you can have a look at those two: |
||||
|
|
|
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 |
|||
|
|