-
Drag and drop
Could someone point me to a good web page for implementing simple drag-and-drop moves for CListCtrls (i.e. item reordering)? I'm guessing that I need to implement onbegindrag (for that list), onmousemove, and onlbuttonup. I just don't know what to put in them, and it should be pretty generic.
Thanks
Eric Sebesta
Bootprint Entertainment
Eric Sebesta
Bootprint Entertainment
-
Re: Drag and drop
http://www.codeguru.com/listview/sortlists.shtml
if that doesn't wokr for you check the codeguru listcontrol section treectrl section there are a samples of a simple drag & drop implementations there (and not so simple)