SkypeI wrote a small WTL class called CSkypeWnd some time ago and didn’t get a chance to use it.

The class works with the public Skype API to allow you (to mention a few) :

  • Initiate / Answer calls.
  • Get/Set the currently use sound-device (usefull).
  • Get information about contacts.

The class is easily portable to a framework like MFC or just plain Win32.

You can download the code here : OhadSkypeExample.zip.

Any changes/comments would be greatly apprechiated.

If you need the WTL headers you can get them here.