So what did you bring back from the states ?

I don’t know about you, but I have a weakness for Mountain-Dew and Cherry-Coke.

Unfortunately for me they don’t bother making them here as me and my dog would be the only customers.

Nevertheless I had to take action, here’s the result of my last trip to the states:

CSkypeWnd, code for interacting with Skype

I 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.