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
1241 downloads - This script sets up automatic answering of incoming calls.
Attach.au3 3.36K
779 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
784 downloads - This script sends key press events to the Skype client.
Call.au3 6.1K
1092 downloads - This script places a call through the Skype API, and monitors status while the call is in progress.
Chats.au3 4.26K
845 downloads - This script queries chats in chat history.
Chats2.au3 7.3K
767 downloads - An improved chats example to illustrate new chat properties.
Client.au3 4.74K
721 downloads - This script opens different windows in the Skype client.
Command.au3 4.79K
598 downloads - This script sends blocking and non-blocking commands to the Skype API.
Conference.au3 3.58K
583 downloads - This script creates a conference call.
Conferences.au3 4.32K
495 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
604 downloads - This script lists file transfers.
GroupChat.au3 3.29K
628 downloads - This script creates a group chat.
Groups.au3 6.07K
510 downloads - This script manages various aspects of contact groups.
Join.au3 4.97K
533 downloads - This script joins callers to form a conference call.
MessageStatus.au3 3.23K
701 downloads - This script logs chat text messages.
MissedMessages.au3 3.23K
507 downloads - This script list all missed messages and changes message status to "Read".
Plugins.au3 6.43K
550 downloads - This script demos how to create plugin menu items and events.
Profile.au3 4.79K
564 downloads - This script lists the profile properties for the current user.
Response.au3 4.64K
715 downloads - This script provides a response to a message received in a chat.
Search.au3 3.04K
539 downloads - This script performs a simple search for a user.
Settings.au3 3.71K
557 downloads - This script queries the Skype general parameters.
Sms.au3 3.31K
765 downloads - This script sends a SMS message.
Smss.au3 3.96K
491 downloads - This script lists all SMS messages.
VoicemailServer.au3 4.94K
541 downloads - This script listens for new voicemails, sends SMS message and answers incoming calls.
Edited by Airwolf, 09 July 2008 - 09:18 PM.






