as in winamp or vlc player, how to do a file drag and drop? i mean i want to know what sort of coding goes into application? i want to know for c++
Before the days of OLE/COM/ActiveX, we would do something like the following:
Note: none of this would allow you to drag objects between apps, just inside individual apps.