Home All Groups Group Topic Archive Search About

How to add item to Context Menu in IE7 Options

Author
26 Feb 2009 8:10 AM
Yajiv
Hi,

How to add our own item to IE7 context menu... For example
rightclicking on a selected text gives copy, paste options. How to
include another option like "search" to the same context
menu?

And how to associate our own programs to run if that option is
selected?

I posted the same query in IE7 group but I got no response yet.
I am comfortable at VB6 hence posting here.

Thanks
Yajiv

Author
26 Feb 2009 4:24 PM
mayayana
Did you try Google? A quick search just turned
up these:

http://blogs.msdn.com/oldnewthing/archive/2004/05/24/140283.aspx
http://msdn.microsoft.com/en-us/library/aa753589(VS.85).aspx

  It involves using script and Registry settings. I wonder,
though, if you might have trouble with security issues
on XP SP2 and later if you want to run script from a
custom menu.


Show quoteHide quote
> How to add our own item to IE7 context menu... For example
> rightclicking on a selected text gives copy, paste options. How to
> include another option like "search" to the same context
> menu?
>
> And how to associate our own programs to run if that option is
> selected?
>
> I posted the same query in IE7 group but I got no response yet.
> I am comfortable at VB6 hence posting here.
>
> Thanks
> Yajiv
Author
26 Feb 2009 11:35 PM
Steve Easton
Should not be a problem with scripts if the proper registry entries ( CLSID/GUID ) are created / made /
entered.
Remember the old IE 5 web accessories: highlight search, links list, images list, etc?
I still use them in XP Pro, SP3 and IE 7.

Have not tried them in Windows 7 IE 8 yet though.

--

Steve Easton





Show quoteHide quote
"mayayana" <mayayaX***@rcXXn.com> wrote in message news:uqTD%237CmJHA.5124@TK2MSFTNGP03.phx.gbl...
>   Did you try Google? A quick search just turned
> up these:
>
> http://blogs.msdn.com/oldnewthing/archive/2004/05/24/140283.aspx
> http://msdn.microsoft.com/en-us/library/aa753589(VS.85).aspx
>
>  It involves using script and Registry settings. I wonder,
> though, if you might have trouble with security issues
> on XP SP2 and later if you want to run script from a
> custom menu.
>
>
>> How to add our own item to IE7 context menu... For example
>> rightclicking on a selected text gives copy, paste options. How to
>> include another option like "search" to the same context
>> menu?
>>
>> And how to associate our own programs to run if that option is
>> selected?
>>
>> I posted the same query in IE7 group but I got no response yet.
>> I am comfortable at VB6 hence posting here.
>>
>> Thanks
>> Yajiv
>
>