Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. IE Right Click Menu

IE Right Click Menu

Scheduled Pinned Locked Moved C / C++ / MFC
c++
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kc 0
    wrote on last edited by
    #1

    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.

    B 1 Reply Last reply
    0
    • K kc 0

      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.

      B Offline
      B Offline
      Buck
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups