2 screens 2 games both win active?

08/24/2013 13:21 dersiniar#1
Hi,
I have 2 monitors, And in each monitor i have same game in ( 2 cilents, 2 characters ) and i want to make Xpadder controll both games. Is that bossible? cos xpadder works when win is acctive? so my question is how to make both my game windows active?
Im posting in this section cos autoit needs winactive as well to work.
If not possible with xpadder, is it bossible with autoit. if its possible with autoit, can i get coppy paste friendly autoit script here?

Keys i need to send in game are
f1-f8, ctrl+w, alt+f

in tascmanager:
domo.exe*32
domo.exe*32
08/24/2013 21:09 | Moep |#2
use [Only registered and activated users can see links. Click Here To Register...] to catch the keys u pressed, then [Only registered and activated users can see links. Click Here To Register...] the key trough the function hotkeyset is calling to both windows.
And no, i dont post a code, use ur brain and google and try to learn autoit :)
08/24/2013 22:22 KDeluxe#3
There can always only be one active Window. The active window...
Get the handles of both windows (WinList()) and use ControlSend().