Treeview Control -
12-17-2004
, 01:29 PM
I am using a treeview control and synchronizing the position in the
treeview with a record on a subform (Each leaf node will point to a
record in the subform). I've got that working fine. Now I want to do
the following:
If the user changes records in the subform, I want to position the
focus of the treeview form to point to the correct node (essentially
the reverse of the original problem).
Any clue how to move the focus around in the Treeview control
programmatically?
Thanks,
Rob |