Writing a Windows Shell Extension similiar to the Assembly Cache Viewer
问题 I would like to write a shell extensions to completely customize the display of a particular folder, ala the Assembly Cache Viewer (browse to c:\windows\assembly and you will see what I mean). Which COM interfaces are responsible for providing these hooks? My 'viewer' will be written in C#... Thanks! 回答1: Here's an article that should get you on your way: Create Namespace Extensions for Windows Explorer with the .NET Framework Extending the Windows shell with namespace extensions allows you