Creating a 'mouse over' effect on a VB TreeView node
问题 Nodes of a TreeView control do not have a 'mouse over' property to test for. I was hoping to "highlight" the node (to give the user feedback on which one is selected). For example, when the MouseMove event fires on the TreeView control, I can set a node object to what " HitTest " returns: Set nde = trvChoices.HitTest(x, y * 15) I am looking for a way to have this node "highlighted" (or something) when the mouse is over it, in order to give the user feedback of which node in the TreeView is