- how do i include the skype libraries in my vb.net app?
- how do i make a call on skype through vb,net?
how do i include the skype libraries in my vb.net app? how do i
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Skype provides a COM API that can be used from VB.NET. For more info on using COM from VB.NET see:
http://msdn.microsoft.com/en-us/library/x66s8zcd.aspx
The Skype API documentation can be found at:
https://developer.skype.com/Docs/ApiDoc
And, although not in VB.NET there is good example of how to use the Skype API in the SEHE AKA Skype Event Handler Example. It is written in C#, but the same principles apply to VB.NET, just slightly different syntax.