-
Adding To Shell
Does anyone know how to add my own item to the shell menu when you right click an MP3 file? I don't want to make my program load the MP3 default, I just want it as an option. Kind of like how WinRAR allows you to add files to a new archive, only I want to allow the user to load the file with my program. I've thought about using the Association tip on the vbworld site, but that makes your program the default.... well at least it always does for me.
Thanks,
-Joey
-
You should email EISecure (I think that is him). I think he does this with his program.
-
OK thanks. I'll do that. :)
-
heh....basically, what I did is make a COM component that integrates into Windows Explorer.
To make this, I found a really good project on PlanetSourceCode. It explains everything, and guides you step-byy-step through the process.:)