views:

63

answers:

2

I would like to know how to send an "instant message" (IM) to a recipient on one of the popular IM programs (AIM, MSN, Yahoo, etc.) from a Visual Basic 2005 application. I would appreciate seeing sample code.

Thanks,

Victor [email protected]

+2  A: 

use the libpurple library, which is what gaim/pidgin uses

http://developer.pidgin.im/

whatsisname
A: 

If you are looking at AIM specifically, there is a set of URL's which can be formed to allow interaction between aim and HTML link enabled languages:

ie: aim:AddBuddy?ScreenName=mytestsn;GroupName=TestGroup3

see for details:

http://dev.aol.com/aimclient/OpenAIM168/technotes/AIMURL.html

Chromableed Studios