IMPORTANT: Skype4Com.dll is automatically included together with Skype Extras Manager during Skype installation. If a user has unchecked Extras Manager during installation, Skype4Com library will be unavailable on that machine and these examples will not work.
Notes:
- All examples have had code added, if they did not already have it, to verify that Skype is running and a user is signed in.
- All examples use a Skype event handler to detect changes once attached to the Skype API.
- The COM Error handler for each example simply allows the script to continue, because the section that verifies a user is logged in will error on the first object until Skype is running (I'm working on fixing this so an error handler can be used properly).
Thanks and enjoy!
Andy
Answer.au3 3.63K
914 downloads - This script sets up automatic answering of incoming calls.
Attach.au3 3.36K
550 downloads - This script listens for connections on the Skype API, connects when available, and holds the skypename of the user when a connection is successful.
Buttons.au3 3.96K
560 downloads - This script sends key press events to the Skype client.
Call.au3 6.1K
812 downloads - This script places a call through the Skype API, and monitors status while the call is in progress.
Chats.au3 4.26K
584 downloads - This script queries chats in chat history.
Chats2.au3 7.3K
530 downloads - An improved chats example to illustrate new chat properties.
Client.au3 4.74K
482 downloads - This script opens different windows in the Skype client.
Command.au3 4.79K
412 downloads - This script sends blocking and non-blocking commands to the Skype API.
Conference.au3 3.58K
386 downloads - This script creates a conference call.
Conferences.au3 4.32K
314 downloads - This script lists conference calls hosted by a user, and lists participants in conference calls not hosted by a user.
FileTransfers.au3 6.57K
408 downloads - This script lists file transfers.
GroupChat.au3 3.29K
415 downloads - This script creates a group chat.
Groups.au3 6.07K
338 downloads - This script manages various aspects of contact groups.
Join.au3 4.97K
373 downloads - This script joins callers to form a conference call.
MessageStatus.au3 3.23K
486 downloads - This script logs chat text messages.
MissedMessages.au3 3.23K
358 downloads - This script list all missed messages and changes message status to "Read".
Plugins.au3 6.43K
397 downloads - This script demos how to create plugin menu items and events.
Profile.au3 4.79K
398 downloads - This script lists the profile properties for the current user.
Response.au3 4.64K
485 downloads - This script provides a response to a message received in a chat.
Search.au3 3.04K
355 downloads - This script performs a simple search for a user.
Settings.au3 3.71K
395 downloads - This script queries the Skype general parameters.
Sms.au3 3.31K
555 downloads - This script sends a SMS message.
Smss.au3 3.96K
347 downloads - This script lists all SMS messages.
VoicemailServer.au3 4.94K
380 downloads - This script listens for new voicemails, sends SMS message and answers incoming calls.
Edited by Airwolf, 09 July 2008 - 10:18 PM.















