E Eric Renken Sep 6, 2005 #1 Are there any samples on how to make a C# MSN Messenger Plug-in? Thanks, Eric Renken
K Kevin Yu [MSFT] Sep 7, 2005 #2 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."
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."
K Kevin Yu [MSFT] Sep 13, 2005 #4 You're welcome, Eric. 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."