How to create a MSN Messenger Plugin

  • Thread starter Thread starter Eric Renken
  • Start date Start date
E

Eric Renken

Are there any samples on how to make a C# MSN Messenger Plug-in?

Thanks,

Eric Renken
 
Hi Eric,

Currently, there are no C# MSN Messenger Plug-in samples in hand. Here is a
document of windows messenger APIs.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/WinMessenge
r/winmessenger/messenger_entry.asp

There is no .net library available now. So most of the calls have to be
through P/Invoke. You can also check the following link for more
information.

http://channel9.msdn.com/ShowPost.aspx?PostID=103765

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
You're welcome, Eric.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top