Is there an easier way of creating shell extensions in .NET than this?
http://www.theserverside.net/tt/articles/showarticle.tss?id=ShellExtensions
The article is dated 2004.
Is there an easier way of creating shell extensions in .NET than this?
http://www.theserverside.net/tt/articles/showarticle.tss?id=ShellExtensions
The article is dated 2004.
With .NET 4 it is easier to write shell extensions in C#. Have a look at . this article for details of how to do it.