Zitat von
http://www.codeguru.com/cpp/cpp/cpp_mfc/dragdrop/article.php/c4059:
The drag-and-drop can be obtained in two ways; the first is
OLE and the second is using the MFC. MFC supports the functionality of drag-and-drop without using
OLE.
Dann bleibt dir wohl nur noch der andere Weg. (mit etwas Glück gibt es dort ein passendes Ereignis)
API / MFC : in der
WinAPI und im MFC würde dann wohl DragAcceptFiles, WM_DROPFILES und Co. verwendet
OLE / MFC
OLE : k.A. ... das müßtest du erstmal irgendwie rausbekommen
[add]
ShlObj.IDropTargetHelper ?