Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Collecting all window handles
#2
Macro
Code:
Copy      Help
ARRAY(int) a; int i
win "" "" "cmd" 0 0 0 a ;;stores handles of all matching windows to a
;results
for(i 0 a.len)
,out _s.getwintext(a[i])


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)