
Drag from ListView & Drop in TreeView controls
Hi,
I placed both a TreeView control and a ListView control in an access form and
populated both controls with data from tables.
Then I made the code to drag and drop nodes within the TreeView control. That's
working fine.
Now I'm trying to drag ListItems from the ListView control into nodes in the
TreeView control. I can pick up one item from the ListView, but I can't drop it
into the TreeView.
Is that a way of doing it with VB or VBA?
Thanks.