03-11-2008, 02:55 AM
ARRAY(int) a; int i; str sc sn
out "[][9]ALL VISIBLE WINDOWS"
win("" "" "" 0 0 0 a)
for(i 0 a.len)
sn.getwintext(a[i])
out "%s" sn
That does all windows visible and outs there names.....any way to do it only if the window has the words "VPC" in it?
out "[][9]ALL VISIBLE WINDOWS"
win("" "" "" 0 0 0 a)
for(i 0 a.len)
sn.getwintext(a[i])
out "%s" sn
That does all windows visible and outs there names.....any way to do it only if the window has the words "VPC" in it?