| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 30, 2003 3:41 pm Post subject: Add item to IE context menu |
|
|
How can I add a menu item to Internet Explorer's right-click context menu?
I am trying to make a sort of form completer, but I want to access by right-
clicking in IE.
Any suggestions or help would be appreciated.
Thanks. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 30, 2003 10:36 pm Post subject: |
|
|
Thanks. I'll take a look.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Jul 31, 2003 12:32 pm Post subject: |
|
|
ff...if you are still looking, try the site www.winguides.com as it covers loads of registry settings and what each one does
serge _________________
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 31, 2003 1:06 pm Post subject: |
|
|
Thanks Serge. I found a section in at MSDN about it, however it
doesn't seem to work very well to just run a program. But I think I know
how I can get around it by changing some more registry settings.
Thanks all for the help. I appreciate it.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Mon Jan 10, 2005 8:56 pm Post subject: |
|
|
Hi All,
Back to this one. Anyone know how to do this? I need to run a program from the IE context menu...
Thanks,
- Boo |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Mon Jan 10, 2005 11:44 pm Post subject: |
|
|
Thanks. However, still no go. I am trying the following:
registry write,CURUSER,Software\Microsoft\Internet Explorer\MenuExt\My Program,,C:\Myprogram\myprogram.exe
Hmmmm. What am I doing wrong? I know I am missing something (being registry challenged and such)...  |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Jan 11, 2005 2:56 am Post subject: |
|
|
Try this:
| Code: | | registry write,CURUSER,Software\Microsoft\Internet Explorer\MenuExt\My Program,,file://C:\Myprogram\myprogram.exe |
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
Boo Valued Contributor


Joined: 31 Oct 2003 Posts: 599 Location: Gulf Breeze, Florida USA
|
Posted: Tue Jan 11, 2005 4:13 am Post subject: |
|
|
Thanks, but still no go. 8-(
- Boo |
|
| Back to top |
|
 |
|