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
Printable View
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
Have a look at my latest article :
http://www.codeguru.com/Csharp/.NET/...icle.php/c8433
This shows you how to deal with drag and drop. See the FileDragDropHandler class.
Darwen.