I am needing to implement Drag and Drop functionality with my program. I have successfully put in the ability to drag into the app from windows explorer. I am struggling to find a way to be able to drag files back out of the app to Windows Explorer.
I have seen a couple of posts using the windows API but this seems crazy complex to use. Does anyone have an example of how they implemented drag out functionality?
Any help would be greatly appreciated.
Rick