C# Shell Extension

2020-07-13 11:01发布

问题:

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.

回答1:

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.



标签: .net shell