简体   繁体   中英

Windows Explorer Menu using C#

I need to add items to explorer context menu. When files/folder are selected different menu items should be visible in context menu.

  1. Sub-menus
  2. Menu icons
  3. Support to interact with different file types
  4. Support multi selected files and folders

I have read about IContext . There is no native support in .NET framework, but I appreciate sample code that uses WIN32 API or implements IContext written in C# (No matter framework version).

MS.Net 4.0 side-by-side

The following question is not what I'm looking for!

To get this working robustly in managed code you will have to use .NET 4.0.

The All-In-One Code Framework contains an example for managed shell extensions (CSShellExtContextMenuHandler).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM