标签: c#-4.0 .net-4.0 windows-explorer
我想使用.NET 4添加到Windows资源管理器工具栏。任何人都可以提供示例代码吗?
答案 0 :(得分:1)
Shell扩展示例代码包含在Microsoft All-In-One Code Framework中。 您可以在All-In-One Windows Shell Code Samples
答案 1 :(得分:1)
“我的错误,我的意思是工具栏”
Explorer和Internet Explorer的工具栏可以开发为Browser Helper Objects。
在C#(涉及很多COM互操作)中做的很痛苦,但是可以做到。请参阅here和here。