Hi guys, I know how to send messages to a skype window.
Code:
ControlSend,TChatRichEdit1,%message% {enter},Echo / Sound Test Service
I tried to use CotrolGetText to get the text of messages someone sent in the skype window. But alas I am at a loss of how to get it to work. Currently what I am trying is this.
Code:
controlgettext, Outputvar, TChatContentControl1 ; from what I can tell this is the control I need.
msgbox % outputvar
My goal would be to monitor my incoming skype windows and look for a keyword then take actions.