Hi everyone,
I have an access form that has a treeview activeX control in it.
I want to be able to drag a node from one position to another within the same treeview control. I know the index of the node being dragged using the ClickNode event but
the problem I am facing is that I can't find a way to know where the dragged item is being dropped. All I get from OLEDragDrop event is x and y coordinates which I don't know how to relate to the nodes in the treeview control.
Can anyone help me please????
Thanks,
Elia
I have an access form that has a treeview activeX control in it.
I want to be able to drag a node from one position to another within the same treeview control. I know the index of the node being dragged using the ClickNode event but
Can anyone help me please????
Thanks,
Elia