Shell extensions with .NET 4.0

前端 未结 3 1868
無奈伤痛
無奈伤痛 2021-01-12 21:33

Any one have any docs or examples of how to add menu items to the explorer shell with .NET.

Can only find info saying it should be possible now with .NET 4.0 but not

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-12 21:52

    The latest release (currently All-In-One Code Framework 2011-8-8 Aug 8 2011) of the All-In-One framework does not include these samples any more. Think MS removed formal support for managed shell-in's.

    However I can confirm they are still available from All-In-One Code Framework 2010-09-06 http://1code.codeplex.com/releases/view/51868

    Updated:

    Documentation has a bug in it. To install the created shell extensions on a x64 machine use the 'Visual Studio x64 Win64 Command Prompt (2010)' to run the regasm commands. This command prompt get's installed as part of the c++ stuff in Visual Studio setup but is essentially the following command:

    %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" amd64

提交回复
热议问题