Hi, ALL,
There is no built-in support for DnD in ListCtrl.
There is a BEGINDRAG message but no ENDDRAG.

So I made it b handling BEGNDRAG and "mouse up" messages.

The problem is I don't see a visual cue where the item will be dropped.

I presume I should handle "mouse move' message, but them what? What do I put there?

Thank you,