C#C
C#17mo ago
Camster

Simulate Drag/Drop into separate application

I have a 3rd party application that allows me to drag/drop files into it from windows explorer. However, it's a bit annoying if I want to drag/drop files from different folders - it's one drop for each folder.

I want to write a c# application that will simulate a drag/drop action into this separate application, as if I've dropped files into it from windows explorer. Basically, one big drop of dozens of files from anywhere, all at once. Is this possible to do? I think I'll have to do some kind of windows api call, but I'm not sure where to begin looking.
Was this page helpful?