CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    116

    Smile 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

  2. #2
    Join Date
    Aug 2007
    Posts
    23

    Re: Calling Skype API in C#!!!

    https://developer.skype.com/Docs/ApiDoc .I hope this will help you.
    www.coderewind.com
    Best Place to hunt for Code

  3. #3
    Join Date
    Mar 2007
    Posts
    116

    Talking Re: Calling Skype API in C#!!!

    Thaks buddy...link looks good...

  4. #4

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured