I have placed a treeview control on a form in a vb project. besides that ia have placed a textbox control with its multiline property set to true.
I want to hover the mouse over a particular node in a treeview control and display the corresponding information in a textbox. the treeview control contains many roots and sub nodes. the nodes may be expanded or not.


Reply With Quote
