Autoit work on only one window

08/08/2010 10:12 Zepelin02#1
Hello, anyone knows how I could make a script that runs in a single window defined? For example I want it to work on perfect world, and I want to make MSN the same time ..

Thx
08/08/2010 10:17 NotVisible#2
MSN and PW in the same window? oO
08/08/2010 10:26 Zepelin02#3
lol no, hum, I want my script to work in a defined window, even though I'm not above it must continuously run the script on the window that I defined. ^ ^
08/08/2010 12:53 chakjii#4
charname = blub
$list = WinList("[CLASS:ElementClient Window]")
for i = 1 to list
If memread(charname) = charname then bla
next
08/08/2010 14:41 Zepelin02#5
Thanks, i'll test it :p