Adding to Internet Explorer Right Click
I have found how to add a menu item to the right click menu, when you right click on a link in Internet Explorer, using the registry, and I know how to make it do something when clicked, but I don't know how do do what I want. I want to use VBScript, which is how you make the menu item do something, to shell my program and send the selected link to my program. I've looked at a few scripts I have from other programs, like the Download Accelerator Plus script, but that uses JavaScript, and an activeX dll, which I don't know how to use. I've figured out how to get the selected link's URL, using the .href property, but now I want to know how to open my program. Is there a way to shell my program with VBScript?
Thanks
Joey
(If I didn't make my self clear -- which I'm pretty sure I didn't :D -- just post a reply if you think you can help)