
TreeView, drag & drop, and OLEStartDrag
Quote:
>Holy smokes! It worked! Thank you very much! Now, the 6.02E23$ question --
>how did you figure that out? I couldn't find that spelled out anywhere. I
>assume if the control I was using was in Comctl2, I'd change the type
>appropriately.
As much as I'd like to take all the credit...
I just copied the declaration that VB creates for you when you drop
the control on a form ! (ie. let the control tell you how its procs
are declared)
Good luck,
Tom.