Drag and drop in and between TreeView controls

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top