By mswatcher
via codeproject.com
Submitted: Jan 19 2013 / 11:18
Shell Drop Handlers are DLLs that are registered in the system to extend the drag and drop functionality in the Shell. You can use these extensions to allow files to become drop targets for other files, or use the standard drag and drop functionality to invoke your own business logic. In this article I will show you how to create a Drag Handler extension using .NET and a library called SharpShell.
Add your comment