« weird disclaimer | Main | orca.msi for download - without the whole SDK »
February 17, 2005
C# explorer context menu handler
here's some code that shows how to implement a Explorer Shell Extension in C#. it allows you to create custom context menus in directories you want. download source code here.
references for this implementation:
- http://www.codeproject.com/shell/ShellExtGuide1.asp
- http://theserverside.net/articles/showarticle.tss?id=ShellExtensions
- http://www.codeproject.com/csharp/ratingcolumn.asp
once you build it, use 'regasm /codebase' (i try to stay clear of the GAC as much as possible) to register the assembly for COM interop, that's it!
Posted by filipek at February 17, 2005 07:25 PM