Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleDrag nodes from one TreeView control to another
KeywordsDrag and drop, TreeView
CategoriesControls
 
In the first TreeView's MouseMove event handler, call the TreeView's Drag method passing it vbBeginDrag to start the drag.

In the second TreeView's DragDrop event handler, create the new node.

Thanks to R Prasad.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated