How do I know which treenode on a tree view is dragdrop?
DragDrop on treenode
Collapse
This topic is closed.
X
X
-
Alan TTags: None -
Alan T
Re: DragDrop on treenode
Hi I just found out I can use the DragDrop event:
TreeView1.GetNo deAt(e.X, e.Y);
However, it always return null to me.
I actually drop at a treenode.
"Alan T" <alanpltseNOSPA M@yahoo.com.auw rote in message
news:uBQxFN1vGH A.2120@TK2MSFTN GP03.phx.gbl...How do I know which treenode on a tree view is dragdrop?
>
Comment