Simulate Drag and Drop action onto another application?
As the title says. Just looking for a way that I might be able to simulate the dropping of a file onto another process
4 Replies
What OS?
On Windows, I think do this by sending a specific kind of window message.
May I ask why? @KewlSokudo 💎
yeah windows
its for a software that opens multiple instances when you open a project file instead of just making a new tab in the current instance
I would first look to see if it has CLI parameters that could accomplish that.
it does not
thats why i seek this