IE Right Click Menu
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Anyone have any usefull tips on how I can go about adding a menu option in Internet Explorer's Right Click menu for a link. I am developing downloading software in C++ and want IE to send links to my program.
Hi, Set a registry key entry at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\&MYMenuItemText Now Make the Default Value what you wish the MyMenuItemText do, Also you can add a Binary Value to a data item "Contexts" 0x20 Allows only Anchors to display the Context-Menu-Item and the Data Item Flags can have a DWORD value of 0x01 that can run the Default Value; "Best bet have a look how other programs alter the \MenuExt\ key. Regardz Colin Davies