Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Systreeview32 search from subtree element
#7
Furthermore, I wanted to make sure I resolve to a "leaf" item not a branch.... and this seems to work.  I need to do real stuff with it, not just debug out...  But adding it in case someone else runs into this.
 
Code:
Copy      Help
 
if (a.State&STATE_SYSTEM_COLLAPSED || a.State&STATE_SYSTEM_EXPANDED) ;; if this is a branch item it will be either Collapsed or Expanded
    out "This Seems to be a Branch"
else
    out "This seems to be a Leaf."


Messages In This Thread
RE: Systreeview32 search from subtree element - by netdude78 - 03-03-2021, 12:44 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)