Related resources for DragDrop event
  • Drag and Drop Revisited1/19/2006 6:13:46 AM. I've had a couple inquiries on how to do drag and drop in .NET again, so I've put together a simple app for dragging text from a TreeView to a TreeView and a TreeView to a ListBox.
  • Drag and Drop using C#1/18/2006 7:16:15 AM. To allow your program to accept files using the drag and drop, you must first pick a control that you wish to be able to accept them.