sharpshell
sharpshell copied to clipboard
SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework.
Hi Dave, your collection of extensions is outstanding. In order to provide end users a consistent "Windows Explorer" like experience, an extension for the Windows Explorer Ribbon would be highly...
**Version of SharpShell used:** 2.7.1.0 **Related type(s) of SharpShell-Server:** ReadOnlyFileIconOverlayHandler Hello, I used sharpshell and I wrote C# code your sample "ReadOnlyFileIconOverlayHandler". But I can not run this code. I...
Version of SharpShell used: 2.7.1.0 OS: win7 64bit. I am facing an issue that some files do not have an icon before, after some condition triggered make them should have...
Hello, I am changing filenames with SharpDropHandler. But Explorer does not sort the files until I refresh with F5, so it is hard for the user to notice the change....
Version of SharpShell used: 2.7.1 Related type(s) of SharpShell-Server: Icon Overlay When I Install my Icon Overlay Handler with ServerManager I get the following Error:  and the log shows...
**Version of SharpShell used:** 2.7.1 **Related type(s) of SharpShell-Server:** SharpThumbnailHandler I'm implementing a very simple SVG thumbnail handler (with the help of https://github.com/vvvv/SVG). While the SVG renderer is correctly drawing...
Hey there, since I try to help out here in the forums I tend to make many prototypes. I use the tool "Server Manager" - downloaded and installed from the...
Sorry for opening a new issue, but I noticed this problem too late. @dwmkerr Anyway before you read more, I really think this would have an easy solution from your...
Hey, I can't read the debug logging output. File logging output works well. As stated here: https://github.com/dwmkerr/sharpshell/blob/master/docs/logging/logging.md I have a working server with working "Log(...)" calls (see below, File Debug...
So, as the repository is quite active maybe someone knows an answer (as I already asked this once a long time ago). **Is it possible to create an "InfoBar" Extension?...