TreeView Drag/Drop Tutorial

  • Thread starter David C. Holley
  • Start date
D

David C. Holley

Can anyone direct me toward a good tutorial that expains the Drag/Drop
capabilities that are possible with a TreeView control? I found the KB
article on microsoft.com, but would like to find something that gives a
good explaination of the technique and of the following functions

OLEDragDrop Event
OLEDragOver Event
OLEStartDrag Event

David H

(Not that I have any delusions of becoming a TreeView guru or anything...)
 
D

David C. Holley

Can you provide comments for the sample? I'm finding it too complicated
of a solution to adapt or understand how it works.
 
A

Alex Dybenko

Hi David,
i think you can try to look at MS KB articles on D&D for basic explanations.
I tried to comment code as much as i could.
 
D

David C. Holley

I found one article on the subject, but its mostly code and doesn't
explain the nuances. The ActiveX Control article on the msdn site
doesn't elaborate on the various parameters for the SUB's nor does it
include code samples.
 

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