how to drag and drop image in listview control using mfc
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i want to drag and drop image in a listview item
-
i want to drag and drop image in a listview item
Handle the mouse notifications and use the image list API to create a 'drag' image from selected items. Check out BeginDrag()[^], DragMove()[^], EndDrag()[^] and GetDragImage()[^].