I am developing an application which required user to drag a file from windows explorer into the application window (winform). Is there a way to read the file name, path and other properties of the file in C#?
|
feedback
|
|
There is full example here: http://www.dotnetcurry.com/ShowArticle.aspx?ID=192&AspxAutoDetectCookieSupport=1 | |||
|
feedback
|
|
You can catch the DragDrop event and get the files from there. Something like:
| |||
|
feedback
|