windows - Override Drag and drop for Shell Extension -
I'm working on Shell Extension code in C ++. I am creating a virtual drive in which network Somewhere represents a repository. Now what I want to do to enable drag-drop functionality in this drive, I want to enable the user to drag that file to that virtual drive and then I should be able to catch that event, Can do the operation. I have not been able to find any such incident or interface yet. I tried to use the IDragAndDrop
interface, but its RGS file was not properly registered. Is there any way?
The documentation that you want to ask is included in the documentation of MSDN:
< / P>
(Specifically, IShellFolder :: GetUIObjectOf () can return an IDataObject or IDropTarget interface)
Comments
Post a Comment