Shoutbox

How to attach to Messenger? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: How to attach to Messenger? (/showthread.php?tid=67115)

How to attach to Messenger? by can16358p on 10-08-2006 at 08:11 PM

Hello, I'm trying to create a plugin, a chatbot, but a "smart" one with very advanced features.

Plus Live Scripting API can't do what I need. Does anybody know how do I attach (or whatever you call that) to msnmsgr.exe just like Plus itself does. (I'm using .NET 2.0, C#)

I know it's more a programming question than a Plus Scripting question, but maybe somebody knows what to do.


RE: How to attach to Messenger? by prashker on 10-08-2006 at 08:14 PM

quote:
Originally posted by can16358p
attach (or whatever you call that)

Hook.

Thats all I know :p

Can't help about the scripting stuff
RE: How to attach to Messenger? by J-Thread on 10-08-2006 at 08:28 PM

Always read the MSDN pages...


RE: How to attach to Messenger? by ShawnZ on 10-08-2006 at 08:37 PM

quote:
Originally posted by can16358p
Does anybody know how do I attach

you can't, in C#. (without a whole lot of messy messy unmanaged code) however, you can create managed add-ins for WLM, but they can't do much.

quote:
Originally posted by can16358p
Plus Live Scripting API can't do what I need.

Actually, i'm sure it can. if not, you can call features in a DLL (even a managed one)
RE: How to attach to Messenger? by can16358p on 10-08-2006 at 08:53 PM

quote:
Originally posted by J-Thread
Always read the MSDN pages...
Oh! THIS is what I was searching for, I couldn't find it on MSDN even though I've searched on it.

Anyway, thank you VERY much!
RE: RE: How to attach to Messenger? by J-Thread on 10-08-2006 at 08:53 PM

quote:
Originally posted by ShawnZ
you can create managed add-ins for WLM, but they can't do much.

They can do a lot, just make sure that you GAC them...
RE: How to attach to Messenger? by AberNStein on 10-09-2006 at 03:32 AM

if you're looking to make a bot, i don't think the activity sdk will be very helpful
there are however sdks made for creating msn bots:
http://www.improvcenter.com/devTools.aspx
http://www.robotinvaders.com/main/About.aspx


RE: How to attach to Messenger? by J-Thread on 10-09-2006 at 09:12 AM

Yes if you really want to make a bot then use one of the SDK's. I advice you to use the Colloquis Buddyscript SDK... but that's just my personal opinion.

If you are going to choose one of the bot SDK's, make sure you read this blog item I wrote about them.