I have done some basic code when i am trying to extent the shell content menu under windows file explorer by python and pywin32. Now via IShellExtInit and IContextMenu, i can get the opportunity to add and process content menu item and handle the user action.
However, i can not find any way to add the content menu when no file/dir is selected? I mean when you click the "blank area" by right click the mouse in file explorer, IShellExtInit and IContextMenu seems not be triggered.
I found some of our always used tools such as "tortoise svn" or "7z" can add the content menu item when no file/dir is selected, is there some other shell interface that i can implement to deal with this situation? or i have to use some other way?
I know this problem is not specific to python and pywin32, so any suggestion is appreciated. Please help to give me some clue about handle this case, Thanks so much.