Calling Skype API in C#!!!
Hi,
I am a beginner to learn about API's. I am just confused about how to use skype api using C# programming langauge. Do i need to register any dll's. Can anyone help me regarding this issue. I would appretiate if any body has a small example and documentation of how to access SKYPE API.
Thanks
Re: Calling Skype API in C#!!!
Re: Calling Skype API in C#!!!
Thaks buddy...link looks good...
Re: Calling Skype API in C#!!!
While this thread is old, some maybe looking for examples of C# API usage vs just documentation.
There now is a C# Example usage of all Skype API events called SEHE ("Skype Event Handler Example") that not only demonstrates how to interface to Skype API/Skype4COM but shows how to attach and deal with authorization with the Skype client as well as open a default browser window to download Skype if needed, for users who have your application but do not have Skype installed. More here:
http://code.msdn.microsoft.com/SEHE