Drag Drop,overwritefile
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Experts, 1.Is there any simple artical to Darg Drop a file from ListView to ListBox? 2.I have created a file onto harddisk. Can I modify its data from in between?
Hmmm , I haven't tested this , but , have you enabled Drag and Drop on the HWND of the two controls? That way you will get a drop message when the user drags an item , then you should subclass the controls WndProc and handle only that message (call DefWindowProc when done handling) so that you can emulate Drag & Drop behaviour for the controls. You can do File Manipulation within the message handler itself.
The tears shed in vain and the hatred and pain will be nothing but dust at the end of the day