Drag n Drop List Demo
A demo program that demonstrates drag n drop on a list control. Not the most useful bit of code I ever wrote, but it may help someone out so here it is.
What is it?
A quickie demo on how to do drag n drop on a list control in vb.net. If you have any need for this technique, here it is demonstrated in as little code as possible.
How does the code look?
It's clean, it's well documented, there isn't much to it. A fairly simple technique, I had to write the demo program as part of something else I was doing and thought I would post it and save someone else the bit of time I spent figuring it out.
