Anyone know how to drag a selected item from a ListView To
a node on a Treeview?
Thanks
Printable View
Anyone know how to drag a selected item from a ListView To
a node on a Treeview?
Thanks
You are not dragging the same object type, so they don't speak the same language.
Use the OLE drag stuff, find out when you have a drag drop hit coming in, then you can investigate the ole data item, and create a new node on the tree.
td.