DragDrop on treenode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan T

    DragDrop on treenode

    How do I know which treenode on a tree view is dragdrop?


  • Alan T

    #2
    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

    Working...