Is there a way to programmatically launch a chat client (eg: MSN Messenger) and automatically open a chat window for a specific contact?

I'm hoping for something similar to ShellExec("mailto:blah@blah.com"), but for chat instead of email.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

http://blogdesignhack.blogspot.com/2009/03/adding-im-hyperlinks-to-web-site.html

Check this.

link|improve this answer
Almost! I tried ShellExecute-ing hyperlink string for MSN and got a message "are you sure you want to start a conversation with..." then I got the MSN chat window - great. But also got a new IE window with a navigation cancelled page displayed. I'll look into more tomorrow. – Brad Robinson May 11 '09 at 6:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.