skype4com Questions

2

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(windo...
Joejoeann asked 16/12, 2019 at 10:42

1

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 cod...
Cynthiacynthie asked 21/11, 2017 at 8:38

0

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.). T...
Wilden asked 31/8, 2017 at 14:24

1

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.
Ryanryann asked 28/4, 2015 at 16:7

1

Solved

I'm trying to use Excel VBA to send Skype messages and I found this code Sub Test() Dim aSkype As SKYPE4COMLib.Skype Set aSkype = New SKYPE4COMLib.Skype Dim oChat As Chat Dim skUser As SKYPE4COM...
Chilt asked 23/10, 2014 at 9:40

2

Solved

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 = sky...
Hartung asked 9/2, 2014 at 1:26

4

Solved

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 projec...
Abbreviate asked 20/12, 2011 at 14:17

1

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...
Deformed asked 25/4, 2012 at 13:18

1

Solved

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 ph...
Bryon asked 30/1, 2012 at 15:48

1

Solved

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 de...
Allstar asked 10/5, 2011 at 17:0

2

Solved

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.
Steppe asked 14/4, 2011 at 11:30
1

© 2022 - 2024 — McMap. All rights reserved.