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.

link|improve this question

1  
I believe the answer to your question is here: stackoverflow.com/questions/4902041/… – Pablo Mar 21 '11 at 5:00
Well, that's what i want, thanks so much. – winterTTr Mar 21 '11 at 6:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.