Click to See Complete Forum and Search --> : Drag and drop


thryndel
June 2nd, 1999, 06:26 PM
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

June 3rd, 1999, 09:48 AM
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)