Thor
17th December 2001 10:09 UTC
Cascading context menu extentions
Hi people,
does anyone know how the script the addition of cascading context menu extentions?
Justins makensis.nsi show how to add normal ones, but not cascading ones... I've done some research on how Winzip does it, but I don't quite understand what i see in regedit...
Please help me out :)
F. Heidenreich
17th December 2001 11:03 UTC
I think it's not possible to add cascading context menus only by adding some registry keys. The way Winzip does it, is by implementing the interfaces IShellExtInit, IContextMenu and some other strange things.
You could learn more about writing shell extension at The Complete Idiot's Guide to Writing Shell Extensions at codeproject.com.
~ Florian
Thor
17th December 2001 15:15 UTC
ic...
yea I saw those strange winzip keys too
anyone else got ideas or knowlegde of how to do it with keys only?
(gonna check that site out too, thanks)
petersa
24th December 2001 11:11 UTC
It's definitely not possible without DLLs and crap like that.
Thor
24th December 2001 11:16 UTC
too bad :(