HKEY_CLASSES_ROOTDirectoryBackgroundshell context menu handlers not working for IContextMenu::QueryContextMenu
I’m trying to get the menu that appears when right-clicking on an empty area inside a folder (background menu) using IContextMenu::QueryContextMenu
. I can get the menu, all the items work fine except for those items that are registered in the registry here HKEY_CLASSES_ROOTDirectoryBackgroundshell
. When I try to select a menu item coming from this section, nothing happens.
HKEY_CLASSES_ROOTDirectoryBackgroundshell context menu handlers not working for IContextMenu::QueryContextMenu
I’m trying to get the menu that appears when right-clicking on an empty area inside a folder (background menu) using IContextMenu::QueryContextMenu
. I can get the menu, all the items work fine except for those items that are registered in the registry here HKEY_CLASSES_ROOTDirectoryBackgroundshell
. When I try to select a menu item coming from this section, nothing happens.