windowsdeveloperwannabe

Results 5 comments of windowsdeveloperwannabe

> Isn't `upsert`, that @pantharshit00 linked to, doing exactly that? What is the difference you are hoping to see here? The current `upsert` offered by Prisma has a race condition...

Same problem here. On the Chromebook's own display the app works fine, but if you drag it to an external screen it goes black. Device: Acer Spin 513 Operating system:...

Looks like you need to copy-paste reimplement `SharpDropHandler` with some additional interfaces. I also had to fork the entire project because `SharpShell.Attributes.ServerTypeAttribute` class needed by the handler is marked `internal`...

@taiyangluoshan88 Hello, I'm afraid `IShellView::Refresh` is a way too expensive of an operation for your problem. When I got it working it took a subsecond to refresh the Explorer view....

Got some time to continue looking into this. Actually `IShellView::Refresh` is not at all expensive at least when called from a regular C++ shell extension. Not sure what it means,...