How catch a selected treeview item information by mouse ?

dan kabestan

Member
Licensed User
Longtime User
With 10 nodes declared, multi levels treeview construction done,
i want use a mouseclic(selected) item. So if i try something like :
Sub tv_Afterselect
Msgbox(niv2.text)
End Sub
First i'm obliged to choose the node, second it always return the last written item of this node.
Scanning by mouse, and clic on item, (or by other way) i would obtain by return something like :
[node_name; level;level;....;item_text]
At minima the selected text.
Is it possible, something near ?
Thanks for help
 

dan kabestan

Member
Licensed User
Longtime User
TreeEdit is is one of the best contributes to Treeview solutions

Have seen the 'controls' component tools use.
This and the corresponding Erel's talks will help me to solve my question.
If possible i will put here latter the final solution i found.
Thanks for your answer :cool:
 
Top