You know how in some programs, you can drag stuff to the explorer or to the desktop, and it creates a file or a link or something. How do you pickup the event that you have dragged something from, say a listview, to the desktop?
//Anders
Printable View
You know how in some programs, you can drag stuff to the explorer or to the desktop, and it creates a file or a link or something. How do you pickup the event that you have dragged something from, say a listview, to the desktop?
//Anders
Hi,
I'am a little busy so this will be short and sweet...
Use a listview and look at it' OLEStartDrag, OLEDragCompleted events. What I would do is in the
completed event I would look at the position of the mouse.
If mouse outside my app I would consider it to be a shortcut
creation... Maybe little cheap but I think it could work !
bye