Guest_imported
New member
- Jan 1, 1970
- 0
In a treeview wich is the event that is triggered when I select an item by code ie tvw.Nodes(x).Selected=true?
I'd like to run the code I have on tvw_NodeClick event each time I select a node with tvw.Nodes(x).Selected=True.
How can I do this?
Can I make a call to tvw_NodeClick procedure? With wich parameters? Or is there another event that's triggered when I select an item by code?
Please help
I'd like to run the code I have on tvw_NodeClick event each time I select a node with tvw.Nodes(x).Selected=True.
How can I do this?
Can I make a call to tvw_NodeClick procedure? With wich parameters? Or is there another event that's triggered when I select an item by code?
Please help