Browsing archives for February, 2005

So what did you bring back from the states ?

14 February 2005 | 1 Comment

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

5 February 2005 | 0 Comments

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 [...]