I'm attempt use of the Microsoft Common Controls 6.0 in Access. There is almost no documentation that I have been able to find. I'm displaying a heirarchy of parts and would like to be able to display the root without being expanded and then expand the entire heirarchy with a button.
Is there a method at the Treeview level to accomplish this without having to iterate through the entire population of Nodes? Intellisense does not prompt with all methods for this control.
Also, I would like to be able to use a NodeClick event but it isn't displayed on the property sheet. I have found code which uses this event but haven't been able to accomplish it myself. I want to display information about the part when I click the node. -------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------
Is there a method at the Treeview level to accomplish this without having to iterate through the entire population of Nodes? Intellisense does not prompt with all methods for this control.
Also, I would like to be able to use a NodeClick event but it isn't displayed on the property sheet. I have found code which uses this event but haven't been able to accomplish it myself. I want to display information about the part when I click the node. -------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------