
Drag & Drop with TreeView control
Markus:
It's a bit involved, but very feasible. I believe there may be a C++ example
online at MS (where I don't know) If you are interested this subject is
covered in my V2002 book, with demo application for VB.
Graham
Quote:
> Hi all!
> Id like to use a tree view for my Visio solution (similiar to the "model
> explorer" in UML). Ive already created a window where the tree is
> displayed. How can I now drag and drop items from my tree to a Visio page?
> Lets say I have a node named "Node1" with an demo icon. When I drag this
> node and drop it to the page, it should "become" a specific shape. So how
> can I do this?
> Is it also possible to drop an item from a Visio page onto my tree view?
> Regards & Thanks
> Markus