Hey
im trying to register a shell extension to a program
just like WinRAR does it
creates a sub menu when the right mouse button is down
i already got it how to register the extension(on windows registry with the *.exe extension)
my dll is called when the contextmenu event happens
but i dont know how to insert a submenu on the contextmenu called by the windows rightbutton ( sounds confuse )
so far as i know there is a exported function from the registered dll
but i dont know wich parameters are in this exported function....
is there any example of this function ??
thanks
Posted on 2005-07-14 10:10:58 by GR33d
Howdy,

I don't know but did you find this link already?

The Complete Idiot's Guide on Writing Shell Extensions (about half way down)

Hope his helps.
Posted on 2005-07-22 13:37:03 by JimmyClif