Trying to implement drag and drop between 2 listboxes and all examples I\'ve seen so far don\'t really smell good.
Can someone point me to or show me a good impleme
the proper way to do a drag-drop control in .net is by running code in the 2nd control's DragDrop event handler.
It may "smell" weird, but this is how it works in .NET.