Hi there
This may be an elementary question, but Googling I just can't find the answer I'm looking for; and I used to be able to find my way around the MSDN library but I can't seem to find anything in there today (bad cold, suffering
).
Anyway, I have a TreeView on a form.
The TreeView Nodes are all 'Check'able items (.Checkboxes = True).
When the user Checks/Un-Checks a Parent node I want the Child Nodes to also be Checked/Un-Checked.
I'm assuming I have to do this via VBA, as I couldn't see an option to do this automatically via property configuration.
My question is:
How do I determine which Node has been Checked/Un-Checked?
From within the Treeview_Click Event I can get at the Selected Node (Treeview.SelectedItem), but the Selected Node may not be the Node that was Checked/Un-Checked.
Thanks for all replies in advance.

This may be an elementary question, but Googling I just can't find the answer I'm looking for; and I used to be able to find my way around the MSDN library but I can't seem to find anything in there today (bad cold, suffering

Anyway, I have a TreeView on a form.
The TreeView Nodes are all 'Check'able items (.Checkboxes = True).
When the user Checks/Un-Checks a Parent node I want the Child Nodes to also be Checked/Un-Checked.
I'm assuming I have to do this via VBA, as I couldn't see an option to do this automatically via property configuration.
My question is:
How do I determine which Node has been Checked/Un-Checked?
From within the Treeview_Click Event I can get at the Selected Node (Treeview.SelectedItem), but the Selected Node may not be the Node that was Checked/Un-Checked.
Thanks for all replies in advance.
