I have a ListCtrl in the Report style displaying a list of files. I would like to be able to drag one of the items from the list onto my xp desktop, explorer, etc and have the drag and drop operation copy the a file (who's path is derived from the list item text) from the previous location to the destination. No need to modify the list or do anything fancy, just want to copy the file.
All example code I've come across deals primarily with text data. Is it so different to handle a file object? Is there any need to handle an actual file object?
I have a ListCtrl in the Report style displaying a list of files. I would like to be able to drag one of the items from the list onto my xp desktop, explorer, etc and have the drag and drop operation copy the a file (who's path is derived from the list item text) from the previous location to the destination. No need to modify the list or do anything fancy, just want to copy the file.
All example code I've come across deals primarily with text data. Is it so different to handle a file object? Is there any need to handle an actual file object?