I have a list view box that shows the files in a directory. I want to drag from the list box to an e-mail window or an explorer window (file folder) and have the file copied to there. Here are the problems I am facing:
1.) When I release the mouse button on a drag event, the dragdrop interrupt only fires when the release is in the ListView box itself (not useful.) I am guessing that I would do an event on the mouse being releaded?
2.) If I am dragging to a folder window from the listview, how do I get the handle or the path the window is displaying.once the mouse button is released on a drag and drop?
Help?!
1.) When I release the mouse button on a drag event, the dragdrop interrupt only fires when the release is in the ListView box itself (not useful.) I am guessing that I would do an event on the mouse being releaded?
2.) If I am dragging to a folder window from the listview, how do I get the handle or the path the window is displaying.once the mouse button is released on a drag and drop?
Help?!