Hi. So, with autoit window helper , i did this(skype window):
$hwnd = ControlGetHandle("[CLASS:tSkMainForm]", "", "[CLASS:TChatRichEdit; INSTANCE:1]")
And then i send some keys with control send.... it work.
The problem is, there are more of INSTANCE:2, or more INSTANTE:3, more instance:1 and so on, so i can send a message to more person, or a person with INSTANCE:2 ( even if is selected to talk with) wont get my message cause the hwnd works with instance 1....
does anybody know how to fix this?
How to send the message only to the person i'm talking with?






