IE right click
-
How can I add to the right click menu of the IE my application? I successed to do it with an htm file but not to an exe app. like the option with the Excel.
Which context menu are you interested in adding to?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Which context menu are you interested in adding to?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
For instance, I want to send the URL of an image to my application. I found that I can enter a key with my application path to the registry: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt and there to add DWORD value 'Contexts' with the context I need( to image I think is 22), I successed to send it to a htm file but not to win32 app.