Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mutiple windows with simuliar names
#2
try GetWindowList.

Code:
Copy      Help
ARRAY(int) a
GetWindowList 0 "NOTEPAD" 1|2 0 0 a
int i
str s
for i 0 a.len
,s.getwintext(a[i])
,out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)