Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find All Open Programs
#29
Code:
Copy      Help
ARRAY(int) a; int i
GetWindowList(0 0 0 0 0 a)
for i 0 a.len
,if(IsWindowVisible(a[i])) continue
,str sc st
,sc.getwintext(a[i])
,st.getwintext(a[i])
,out "%i ''%s'' ''%s''" a[i] sc st


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)