I have a ListBox that displays hierarchical info (projects and sub-projects actually) in a tree-view. I wonder if there is a way to have all child-nodes of a node selected when that node is selected? Action or macro, either would work.
The application already requires and uses quite a bit of macro kung-fu so a macro would be preferable. I'm trying to keep all the logic in one place so to speak. But like I said, I can work with actions as well if need be.