programming for the MSN6 messenger
-
Hi all, im new to this forum. i have one issue, i want to do the programming in MSN6 messenger in C#. do anybody has the idea from where i can get the library, functions for researching for the MSN6 messenger. its urgent, please help me out. thanx a lot in advance Naveen
-
Hi all, im new to this forum. i have one issue, i want to do the programming in MSN6 messenger in C#. do anybody has the idea from where i can get the library, functions for researching for the MSN6 messenger. its urgent, please help me out. thanx a lot in advance Naveen
Well, I just googled for it and discovered I need not have gone so far. The top item in Google's search was right back here at Code Project. http://www.codeproject.com/com/msn_messenger.asp[^] Although this example is in in C++, I don't think it would take much to translate it to C#
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
Well, I just googled for it and discovered I need not have gone so far. The top item in Google's search was right back here at Code Project. http://www.codeproject.com/com/msn_messenger.asp[^] Although this example is in in C++, I don't think it would take much to translate it to C#
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
You have to love how cyclical life can be sometimes.... :)
Jeremy Kimball I have traveled the gutters, lo these many days, with no signs of life. Well met. -brianwelsch
-
Well, I just googled for it and discovered I need not have gone so far. The top item in Google's search was right back here at Code Project. http://www.codeproject.com/com/msn_messenger.asp[^] Although this example is in in C++, I don't think it would take much to translate it to C#
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
...and how Google can find many solutions in most cases; now if only the majority of others would realize that. :sigh:
Microsoft MVP, Visual C# My Articles
-
Hi all, im new to this forum. i have one issue, i want to do the programming in MSN6 messenger in C#. do anybody has the idea from where i can get the library, functions for researching for the MSN6 messenger. its urgent, please help me out. thanx a lot in advance Naveen
Well, you could also try going to the References folder of your project and Add Reference to the COM library "Messenger API Type Library". You'll have to declare an object of type MessengerAPI.Messenger or something close to that. I don't exactly know what it would be because I don't use MSN or have Messenger installed. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome