Dont know if anyone tried to capture the new message to Skype in LabVIEW?
Skype has a function called 'IChatMessageColletion.RecentMessages' seemed to be the one to receive new messages. But I don't figure out how to use it. Anyone can help with this?
Page 1 of 1
Notify when receiving new message from Skype
#2
Posted 22 January 2010 - 10:02 AM
There's a very limited "skypeSDK" on the NI website HERE which will demonstrate how to interface to skype.
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. (Herm Albright 1876-1944)
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones
If you have any trouble sounding condescending, find a C++ programmer to show you how it's done.
จิตใจที่ยิ่งใหญ่วิพากษ์วิจารณ์ความคิด จิตใจสามัญวิพากษ์วิจารณ์เหตุการณ์ แต่จิตใจที่ต่ำต้อยนั้นวิจารณ์เพียงผู้คน
OOP is an OAP. AOP is the POC!
Definitions
Encapsulation: Creating a vi
Class: VI template.
Instantiation: Placing the vi on a diagram
Inheritance: Create Control/Indicator" on a sub vi
Abstraction: A well written vi
Composition: Many sub vis
Singleton: A non re-entrant vi
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones
If you have any trouble sounding condescending, find a C++ programmer to show you how it's done.
จิตใจที่ยิ่งใหญ่วิพากษ์วิจารณ์ความคิด จิตใจสามัญวิพากษ์วิจารณ์เหตุการณ์ แต่จิตใจที่ต่ำต้อยนั้นวิจารณ์เพียงผู้คน
OOP is an OAP. AOP is the POC!
Definitions
Encapsulation: Creating a vi
Class: VI template.
Instantiation: Placing the vi on a diagram
Inheritance: Create Control/Indicator" on a sub vi
Abstraction: A well written vi
Composition: Many sub vis
Singleton: A non re-entrant vi
#4
Posted 24 January 2010 - 04:52 AM
Antoine Châlons, on 22 January 2010 - 10:47 AM, said:
There is another skype SDK - that I made - in the LAVAcr.
Antoine, I actually tried your code, but I did not figure out how to capture the new message from your package.
In Skype4COM, there is a 'Message' interface which can return the message info, such as the sender info, message status, etc. But the problem is it returns all the messages sent by any specific sender. I have to manually go through each message and mark it 'read' so I can tell if any new message is received.
A little complicated. Don't know if that's the correct way to do it. Can you help?
#5
Posted 25 January 2010 - 12:43 PM
menghuihantang, on 24 January 2010 - 05:52 AM, said:
Antoine, I actually tried your code, but I did not figure out how to capture the new message from your package.
In Skype4COM, there is a 'Message' interface which can return the message info, such as the sender info, message status, etc. But the problem is it returns all the messages sent by any specific sender. I have to manually go through each message and mark it 'read' so I can tell if any new message is received.
A little complicated. Don't know if that's the correct way to do it. Can you help?
In Skype4COM, there is a 'Message' interface which can return the message info, such as the sender info, message status, etc. But the problem is it returns all the messages sent by any specific sender. I have to manually go through each message and mark it 'read' so I can tell if any new message is received.
A little complicated. Don't know if that's the correct way to do it. Can you help?
I have to admit I never found out how to do that... I guess I should have read the documentation that goes with the Skype4COM but I only needed to send SMS so I didn't go much further than that.
Sorry I can't help you on that.
Share this topic:
Page 1 of 1

Help


Back to top
MultiQuote











