Questions tagged [skype4com]

Skype4COM is an ActiveX component that represents the Skype API as objects, with properties, commands, events and notifications. Use Skype4COM in any ActiveX environment, such as Visual Studio or Delphi, and with a standard scripting language, such as Visual Basic, PHP, or JavaScript.

Skype4COM is an ActiveX component that represents the Skype API as objects, with properties, commands, events and notifications. Use Skype4COM in any ActiveX environment, such as Visual Studio or Delphi, and with a standard scripting language, such as Visual Basic, PHP, or JavaScript.

147 questions
17
votes
1 answer

Send messages to Skype "group" chat from .NET?

Is there an easy way to send group chat messages to Skype from .NET? I don't need to respond to any commands or anything, so it doesn't need to be a BOT. Basically, I would run this program on a dedicated box with Skype running as a special user…
Brian David Berman
  • 7,514
  • 26
  • 77
  • 144
12
votes
2 answers

Sending a message in Skype with VBA

Objective: Send a message to a Skype contact when a certain macro is done. Sources: I searched around and found a couple of question in SO trying to do the same thing. This is the base for the code I am using Using Excel VBA to send Skype messages…
DGMS89
  • 1,507
  • 6
  • 29
  • 60
11
votes
1 answer

How do I send a message in a group chat in Skype with Skype4COM?

I've been trying to make a "Skype Bot" in C#. So far I've successfully been able to get it to work in one on one chats. I can't get it to work in group chats. Here's my source: using System; using System.Windows.Forms; using SKYPE4COMLib; namespace…
user1356292
  • 111
  • 1
  • 1
  • 3
10
votes
1 answer

C# Skype API Video Call

I was working on a security monitor application and the best approach i found was Skype. when a possible intrusion occurs the application calls a specified Skype ID which is probably my android phone i am done with all the image processing stuff.…
Anunay Inuganti
  • 273
  • 1
  • 3
  • 14
10
votes
2 answers

How can I change Skype user status from online to away using skype4com?

How can I change my Skype status (from online to away, offline) using skype4com dll? I am working in C#. Answers that provide sample code would be most helpful to me.
Alex
  • 351
  • 2
  • 6
  • 14
9
votes
0 answers

Skype for Desktop Apps

I'm developing and distributing a communication software for disabled people since years. These handicapped people prefer to have everything in one application (eMails, internet, Skype, etc.). Therefore I've used the Skype4COM library. It all…
tmighty
  • 10,734
  • 21
  • 104
  • 218
9
votes
2 answers

Skype invitation message

I want to invite a user sending a specific message, but I can't find where I can set invitation message. This is a (simplified) sample of what I do: skype.Client.Start(true, true); var user = skype.SearchForUsers("the_name_i_am_searching_for") …
Marco
  • 56,740
  • 14
  • 129
  • 152
7
votes
1 answer

Skype API Message output

How can I receive and output message from Skype to my application (textbox1.Text)? I was looking for it in skype4com documentation but didn't find anything.
Little Fox
  • 1,212
  • 13
  • 39
6
votes
2 answers

Skype API - to make calls and send messages

Is there a way to implement skype API in C# or any other language. I was using Skype4com.DLL but it is deprecated not working with the skype latest updates. I was using it in a Skype plugin(windows application) to log in and make calls. As an…
devedv
  • 562
  • 2
  • 15
  • 45
4
votes
1 answer

use Skype4COM.dll COM API in visual studio

I will like to use the skype dll classes in visual studio. The link where I have downloaded skype4com.dll is in here. When I try to add a reference to that dll I get: I tried following this solution but the link is broken. edit I have also tried…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
4
votes
4 answers

Cannot add reference to Skype4COM .dll on Windows 7 x64

I received the dialog indicating successful registration of Skype4COM.dl using regsvr32. However, when I try to add a reference to Skype4COM 1.0 Type Library from the COM tab into my VS 2008 project, I get "A reference to Skype4COM 1.0 Type Libary'…
Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
4
votes
1 answer

Skype4com automation - How to get list of participants on a call

I'm trying to write an application that talks to Skype to do a few things. One thing I'd like to do, is when a voice call connects, obtain a list of the participants. I'm doing this currently by registering for the Skype.CallStatus event. When…
Neil Barnwell
  • 41,080
  • 29
  • 148
  • 220
4
votes
1 answer

How to use skype API in C# .net web development

I try to make a skype call using SKYPE4COMLib library but its worked only for once Call call = skype.PlaceCall(username); do { System.Threading.Thread.Sleep(1); } while (call.Status !=…
4
votes
1 answer

System audio to Skype using Naudio

I've been at this for a while, but made no progress. So this is my last resort! I am trying to send the system-audio (the audio I hear in my headphones) to Skype (making the persons in my call hear what I hear basically). And I thought I would do…
Tokfrans
  • 1,939
  • 2
  • 24
  • 56
4
votes
1 answer

Skype URI any way to set status/mood?

Now that skype will be retiring its desktop API in favor of skype URIs, I am trying to figure out how to modify the status and mood message. My application is a chrome extension, and people that use it know what it does. Its a legitimate use case.…
Ian Herbert
  • 1,071
  • 2
  • 16
  • 35
1
2 3
9 10