I have figured out how to add custom menu items to various buildin
context menus by looking at a project on CodeProject.com and then
doing some registry searches.
But I can't find how to add a complex menu item, that is, a menu item
that has a submenu, or possibly a sub-submenu.
I also cannot figure out how to tell windows just where in the menu
the new menu item should appear, or how to add a new separator line to
setoff the new menu item.
I know it can be done since I have a copy of WinZip and it installs a
new context menu item with submenu items. Also, there are software
products available to do this.
Are there any instructions anywhere out there on how to do this?