TreeView Drag/Drop Tutorial

  • Thread starter Thread starter David C. Holley
  • Start date 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...)
 
Can you provide comments for the sample? I'm finding it too complicated
of a solution to adapt or understand how it works.
 
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.
 
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.
 
Back
Top