i am making an app that integrates in windows contextmenu,i am using sharpshell tutorials from CodeProject.com. is there any possible way of getting all information of all files that are selected because its giving information about only one file(selected and right click in the end). Is this Possible. if not how can i achieve my purpose

有帮助吗?

解决方案

I have the same problem with version 2.1. SelectedItemPaths from class SharpContextMenu should return the selected paths but there is a bug there: https://sharpshell.codeplex.com/workitem/1178, even if is marked as fixed.

其他提示

When using the Test Server (for debugging your code), SelectedItemPaths will hold only the last item selected and its count is 1. When Server is installed and registered, all selected items will be held in SelectedItemPaths.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top