| View previous topic :: View next topic |
| Author |
Message |
automaticman
Joined: 27 Oct 2006 Posts: 481
|
Posted: Sat Nov 21, 2009 1:34 pm Post subject: Sending key space to 5 different instances simultaneously |
|
|
... via SendMessage or using another technique.
Imagine I have started 5 instances of application A, then when I am working in application B and press there space, I would like to send this space key input also at the same time to all the other 5 instances of A.
Any suggestions? From which aspects of application A would this depend on? Is it possible to create a solution which would work with any kind of application A where you are allowed to run 5 instances simultaneously? |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 2342
|
Posted: Sat Nov 21, 2009 7:18 pm Post subject: |
|
|
try searching the forums for the term "multiboxing". The typical method to do as you describe is with ControlSend. Getting handles to multiple instances of a window with the same name is just a matter of WinGet,, List,. _________________ My Home Thread
Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags ! |
|
| Back to top |
|
 |
automaticman
Joined: 27 Oct 2006 Posts: 481
|
Posted: Mon Nov 23, 2009 10:33 am Post subject: |
|
|
| Thanks my friend, it worked greatly. |
|
| Back to top |
|
 |
|