Click to See Complete Forum and Search --> : Drag-drop...How?


binayak
November 5th, 2004, 12:35 PM
I want to drag and drop files onto my usercontrol. I want to know which eventhandler to write in this case and how to get file info in that handler?

Help please

darwen
November 5th, 2004, 06:28 PM
Have a look at my latest article :

http://www.codeguru.com/Csharp/.NET/net_general/assemblies/article.php/c8433

This shows you how to deal with drag and drop. See the FileDragDropHandler class.

Darwen.