I have a treeview that shows the current file system. I want to add functionality to enable dropping files into windows explorer. If I drag any of the node of my treeview and drop it on any of the window of Windows explorer then the file will be copied to that location. How can I accomplish this?
Asked
Active
Viewed 1,795 times
2
-
1possible duplicate of [C# / WPF / .NET - Drag and drop to Desktop / Explorer](http://stackoverflow.com/questions/3040415/c-wpf-net-drag-and-drop-to-desktop-explorer) – ChrisF Jul 02 '10 at 13:09