B
B Anders
Using Office 2000 Premium and the TreeView version 6 Active-X controler. I'm
trying to create a drag and drop between the nodes in a tree and between two
trees, but I want to control when and what. I have tried the following:
The treeview control:
Dragmode: Manual
DropMode: Manual
In a Mousedown event I have a .OLEDrag method (according to the manual) -
the line is executed but no OLEStartDrag event happens as well as nothing on
the control itself. I have code in the OLEStartDrag event but that is never
executed then the .OLEDrag is executed. Should OLEDrag have any parameters?
I have tried but get complier errors.
What have I done wrong?
If using the automatic mode, things are happening but also at places which
are
not approriated.
Thanks in advance
trying to create a drag and drop between the nodes in a tree and between two
trees, but I want to control when and what. I have tried the following:
The treeview control:
Dragmode: Manual
DropMode: Manual
In a Mousedown event I have a .OLEDrag method (according to the manual) -
the line is executed but no OLEStartDrag event happens as well as nothing on
the control itself. I have code in the OLEStartDrag event but that is never
executed then the .OLEDrag is executed. Should OLEDrag have any parameters?
I have tried but get complier errors.
What have I done wrong?
If using the automatic mode, things are happening but also at places which
are
not approriated.
Thanks in advance