
Drag & Drop with TreeView Control
Hi,
I'm trying to implement some Drag/Drop functionality in a TreeView control.
Basically I need to support drag/drop from the Explorer or Desktop (files)
as well as drag/drop from within the TreeView (make selected node the child
of another node).
I've implemented the file drag/drop from Explorer using the OLEDragDrop
event. I've also implemented the drag/drop from within the TreeView
control. However, I can't seem to get the two to work together. That is,
I can't drag/drop a file from Explorer and then turn around and drag/drop a
node within the TreeView control.
I can get these items to work singularly ie. support OLEDragDrop ONLY or
support DragDrop ONLY.
Can anyone help me figure this one out???
Thanks in advance,
Stephen Earl
Rockford Corporation