in msn messenger activity sdk it is written:
You can use a variety of programming languages to develop your MSN Messenger Activity. Use only the following languages, unless your agreement with the MSNR Messenger Support team states otherwise:
- C, C++, or C#
- .......
where can i find c++ code samples.

is there any c++ code samples
Sahvanikla
Hello,
I need that too...In the documentation JScript and VBScript codes are included. Where can I find c++ or c# code samples... I want to learn how to write a plug-in type something for MSN Messenger...
May someone help pls..
Thank you very much..
Lou Ann Sinicrope
I think you are refering to this page
http://msdn.microsoft.com/library/default.asp url=/library/en-us/messengerp2p/techref/promo/develop.asp
I have understood it as you won't actually be able to run any other code than scripts in a html page on the messenger client unless you use a ActiveX control. You can use ASP/ASP.NET pages hosted on a remote server.
The actual activity is a HTML page with scripts that works with the object model.