How to do Drag & Drop into TreeView's TreeNode ?

I able to do Drag & Drop into a control, like textbox, TreeView, ...
But I unable to do Drag & Drop into a control's item like TreeView's TreeNode
There is no such event called 'NodeDragEnter' nor 'NodeDragDrop', so how to do if I want to implements Drag & Drop into the Treenode ?
[307 byte] By [WongJunnKit] at [2007-12-16]
# 1

You need to do some hit testing to figure out what node you are dragging over. Nodes do not have specific mouse events.

-mark
Program Manager
Microsoft
This post is provided "as-is"

MarkRideout at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...