sharpshell icon indicating copy to clipboard operation
sharpshell copied to clipboard

SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework.

Results 109 sharpshell issues
Sort by recently updated
recently updated
newest added

when i using PreviewHandler, i found it can not do preview for system known file extension, for example, .cs, .txt, anyone who have ever encountered this issue? or anyone who...

registration-and-installation
close-please

**Version of SharpShell used:** 2.x.y **Related type(s) of SharpShell-Server:** SharpContextMenu Hey there, this is a request for comment, requesting everyones oppinion. Also, it is a new feature/improvement, which doesn't have...

Means we need to derive a new `SharpFileThumbnailHandler` class, which is similar to `SharpThumbnailHandler` but implements `IInitializeWithFileStream` instead. We also need to note the usage of the `DisableProcessIsolation` flag as...

**Version of SharpShell used:** 2.7.1 **Related type(s) of SharpShell-Server:** Any I am attempting to define submenu items **after** the main menu item is expanded. The main menu item is always...

**Version of SharpShell used:** 2.7.x **Related type(s) of SharpShell-Server:** Any Since there have been quite a few questions like "Why does my Extension not show up" or "How do I...

docs
registration-and-installation
help wanted

If I have a class derived from SharpPropertySheet and the CanShowSheet method returns true, is the instance of the class valid until the whole Properties Dialog box is destroyed, or...

question
help wanted

When I click on this link: https://github.com/dwmkerr/sharpshell/blob/master/docs/extensions/propertysheetextension/docs/installing/installing.md from the the following page: https://github.com/dwmkerr/sharpshell/blob/master/docs/extensions/propertysheetextension/propertysheetextension.md (it's down the bottom and labelled as Installing) I get a 404.

assigned-to-project
docs
help wanted

Hello, I have a Preview handler and it works nice. In the Testshell and also when I register this with the ServerManager to the Windows Explorer. But... When I register...

registration-and-installation

I have two servers in teh same DLL this is all I got so far ``` ServerRegistrationManager.RegisterServer(FolderMenuServerEntry, RegistrationType.OS64Bit, true); ServerRegistrationManager.UnregisterServer(FolderMenuServerEntry, RegistrationType.OS64Bit, true); ``` however Register and unregistered don't seem to...

question
registration-and-installation
close-please

**Version of SharpShell used:** 2.7.1 **Related type(s) of SharpShell-Server:** SharpThumbnailHandler Thanks a lot for this helpful library in advance! I just made a very simple thumbnail handler for a custom...

critical-todo
registration-and-installation
workaround-exists