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

Thread: CreateDragImage

  1. #1
    Join Date
    Apr 1999
    Location
    Galway, Ireland
    Posts
    96

    CreateDragImage

    Ok, I have multiple selection between two tree controls. The drag and drop works for multiple selection too, however I don't know how to do the drag image of multiple selections (on a tree or otherwise). Does anyone know how to do this? Do I need to take the CrateDragImage of each individual item and paste them together?

    Lounge One-Eleven Presents: Gong! v2.0 - you never knew you needed it until you lived without it

  2. #2
    Guest

    Re: CreateDragImage

    the explorer it self creates only a dragimage if you have 1 item to drag
    for multiple items ite draws the bounding rectangle of the items selected


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