OK, heres what I got so far,
I can drag from the treeview, storing the Treeview.SelectedItem.Key in the Data object.
It arrives in the ListView, and I can just do
MsgBox Data.GetData(vbCFText)
and I have received the Key (not particularily usefull, but it shows that it works.)
What I need to know is which list item the user dropped onto. I have the X, Y values, but they don't seem to be much use, to much hard work to convert them into a listitem.
Is it possible, what I'm trying to do?
Cheers,
Jim.
I can drag from the treeview, storing the Treeview.SelectedItem.Key in the Data object.
It arrives in the ListView, and I can just do
MsgBox Data.GetData(vbCFText)
and I have received the Key (not particularily usefull, but it shows that it works.)
What I need to know is which list item the user dropped onto. I have the X, Y values, but they don't seem to be much use, to much hard work to convert them into a listitem.
Is it possible, what I'm trying to do?
Cheers,
Jim.