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