CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Drag and drop

  1. #1
    Join Date
    May 1999
    Posts
    9

    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

  2. #2
    Guest

    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)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured