I need to add items to explorer context menu. When files/folder are selected different menu items should be visible in context menu.
- Sub-menus
- Menu icons
- Support to interact with different file types
- 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!