HichamDotNet
Member
- Joined
- Mar 10, 2011
- Messages
- 9
- Programming Experience
- 3-5
Hi,
I've looked everywhere on the internet for multiple items drag&drop between listboxes and found only examples showing single item drag.
I know how to make a single item dragdrop operation between two listboxes using MouseDown, DoDragDrop, DragEnter, DragDrop
Now what I'm looking forward to learn is the ability of dragging more than one item from one listbox and dropping them in another listbox
Thank you for your help
I've looked everywhere on the internet for multiple items drag&drop between listboxes and found only examples showing single item drag.
I know how to make a single item dragdrop operation between two listboxes using MouseDown, DoDragDrop, DragEnter, DragDrop
Now what I'm looking forward to learn is the ability of dragging more than one item from one listbox and dropping them in another listbox
Thank you for your help