|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to add item to Context Menu in IE7 OptionsHi,
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 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 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. -- Show quoteHide quoteSteve Easton "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 > > |
|||||||||||||||||||||||