I have a database form containing a treeview control. one of the textboxes on the form contains the node.key property of the last node to clicked on. I want to be able to change properties of the node by using the node.key in the text box but I don't know how to get the handle for the node itself from this node key.
For example by checking a check box I want to be able to change the node.image property of the node whose node.key property is stored in textbox.
Please help.
Thanks,
John
For example by checking a check box I want to be able to change the node.image property of the node whose node.key property is stored in textbox.
Please help.
Thanks,
John