Morning all....
I want to accept OLE drag and drop events from the VirtualDJ browser to a dialog window. Now I'm using plain old Win32, and have created a basic class to implement IDropTarget, and used that to call RegisterDragDrop(). I've trapped DragEnter(), and when I drag something else - for example a file from explorer, an image from firefox etc... the event is triggerend and I am able to pull back the relevant data.
When I drag something from Virtual DJ the event is not triggered - it's as if it doesn't recognise the drag.
Anyone know what I might be missing? I've never really had to use the OLE COM interface...
Regards,
Scott
I want to accept OLE drag and drop events from the VirtualDJ browser to a dialog window. Now I'm using plain old Win32, and have created a basic class to implement IDropTarget, and used that to call RegisterDragDrop(). I've trapped DragEnter(), and when I drag something else - for example a file from explorer, an image from firefox etc... the event is triggerend and I am able to pull back the relevant data.
When I drag something from Virtual DJ the event is not triggered - it's as if it doesn't recognise the drag.
Anyone know what I might be missing? I've never really had to use the OLE COM interface...
Regards,
Scott
Posté Sat 30 Aug 08 @ 12:49 am