Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extract Information from Selected Accessible Object
#2
Code:
Copy      Help
Acc a=acc("" "LIST" win("WINDOWS" "ExploreWClass") "SysListView32" "" 0x1000)
ARRAY(Acc) r; int i
a.Selection(r)
for i 0 r.len
,out r[i].Name


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)