Page 1 of 1

COMatePLUS - how to read messages in skype?

Posted: Tue Nov 19, 2013 5:15 pm
by AtomUpgrader
I send messages with this code:

Code: Select all

XIncludeFile "Com\COMatePLUS.pbi"
Define.COMateObject oSkype, oCall
oSkype = COMate_CreateObject("Skype4COM.Skype")
 If oSkype
  For n = 1 To 10
   MessageMy.s = StrF( n)
   oCall = oSkype\GetObjectProperty("SendMessage('test_skyper', '" + MessageMy + "')")
   If oCall
    ;Sleep_(100)
    oCall\Invoke("Finish()")
    oCall\Release()
   EndIf
  Next
  oSkype\Release()
 EndIf
Please give an example to read the messages.

Re: COMatePLUS - how to read messages in skype?

Posted: Sat Aug 01, 2015 5:48 am
by ricardo
I am interested to on reading skype messages.

Re: COMatePLUS - how to read messages in skype?

Posted: Sat Aug 01, 2015 5:56 am
by ricardo
Hi,

I found this http://users.skynet.be/fa258239/bestand ... pe4com.pdf , im not sure if it still working. I dont have skype installed :P

Can anybody test it please? :)