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
0
votes
1 answer

Skype4COM get all recent chat's in recents

I've made a code to get all contacts, but Now I would like to get all chat groups. Please do not read anymore of this topic if you have never used the Skype4COM API. Used to collect all contacs try { for (int i = 0; i <…
Jogn Smith
  • 53
  • 4
  • 9
-1
votes
1 answer

Skype4COM.dll not able to register

I am working on automating Skype applcation using C# Skype4COMlib.dll. When I try to register the dll, I am getting the below error as in the snapshot. If anyone have an idea on how to register the Skype dll please share your ideas here.
Anu
  • 15
  • 1
  • 4
-1
votes
1 answer

Name of Text Written in TextBoxes

So I have this small bit of code private void textBox1_TextChanged(object sender, EventArgs e) { string mood = var skype = new Skype(); skype.CurrentUserProfile.MoodText = mood; } What would I make the string…
RDR
  • 1,033
  • 1
  • 10
  • 12
-1
votes
1 answer

Skype4COMLIB skype.message.chat.sendmessage

I have a problem with my c# code I am trying to change the group chat topic but it does not work private void button10_Click(object sender, EventArgs e) { Skype skype = new Skype(); skype.Message.Chat.SendMessage("/topic " +…
-1
votes
1 answer

Visual Basic: Is there a way of retrieving the last recieved Skype message as string?

I am trying to make an application in Visual Basic where a feature which involes retrieving the last recieved message in Skype as a string comes in quite handy. I have tried messing around a little bit with the Skype4COM API, but I cannot find a way…
Brakebusk
  • 45
  • 1
  • 5
-1
votes
1 answer

Skype4COM cannot convert string to bool

I am trying to make a program so if my Skype name/id is David it wont do anything but if its someone else Skype name/id it will change the RichMoodText I know how to change the RichMoodText but its just detecting if its a certain profile Please…
-1
votes
1 answer

Skype issue with multiple params

I am trying to make a C# Stress script but it keeps giving me the error: Error Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement. Code: using System; using System.Collections.Generic; using…
Niko454
  • 40
  • 5
-1
votes
1 answer

Creating Automatic Skype Listener

I need to build up a Skype Listener server for one of my project. It will: 1. Host 8 different dummy Skype accounts. 2. All accounts will already have associated: (a) Already Recorded audio files (b) pre-recorded video files 3. A Skype call to…
Raj
  • 11
  • 5
-1
votes
1 answer

When Skype ICallChannelManagerEvents gets fired

I am working on App to App communication using skype. My Requirement is When one skype user place Call/Video Call I wanted to use application stream to send message from One App Plugged in Skype to other App plugged in Skype. In Separate Sample App…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
-2
votes
1 answer

It could make a timer such unused apis Visual Basic

I've been trying some things to achieve the desired, but without good results since I'm not very knowledgeable with this language. I wish the "function" c.SendMessagese send with a delay of X seconds. I hope you can help me with this, as I continue…
-4
votes
1 answer

Initializing ISkypeClientPtr

I've racked my brain over this for some hours: pClient is always NULL (0x000000). pClient doesn't seem to initialize the same way as ISkypePtr, IUserCollectionPtr, and IUserPtr? ISkypePtr pSkype(__uuidof(Skype)); while (TRUE){ IUserCollectionPtr…
Oloty
  • 15
  • 5
-7
votes
2 answers

Skype BOT C# Not Running Correctly

I am making a Skype bot in C# but I'm having a problem. It isn't reading my own commands, only the commands received by others. When I add something like "!Resolve (username)" it makes the code all bugged up by bugged up i mean it just crashes the…
1 2 3
9
10