Does anyone know of a low level (no frameworks) example of a drag & drop, re-order-able list?

heh I hate frameworks so this is easy as pie for me… this is what I coded for my students during my lectures few years back: http://ulozto.net/x2b7WLwJ/select-drag-drop-zip This is the main engine code (complete project + exe is in that zip above): //————————————————————————— //— Constants: ———————————————————— //————————————————————————— const int _select_max_l=16; const int _select_max_ll=_select_max_l*_select_max_l; const int … Read more