Home
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
 
 
 
 
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-2001 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated