I’m looking to provide users with ability to drag&drop files from grids and other controls in my application into Explorer.
Any good samples/articles for that?
I’m looking to provide users with ability to drag&drop files from grids and other
Share
It’s pretty straight-forward, just call DoDragDrop in a MouseDown event. You’ll need actual files on disk for this to work.