I like this script a lot, but I have one problem: When my WLM-status is online, I want my Skype-status to be Skype Me. I've tried to modify the script, at this way:
code:
case MSN_STATUS_ONLINE:
SetSkypeStatus(SKYPE_STATUS_SKYPE_ME);
break;
This part is in the "Events Handler"-section. The result is that my Skype-status doesn't change when my WLM status becomes Online. Why doesn't it work?