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. RE: How to attach to Messenger? by prashker on 10-08-2006 at 08:14 PM
quote: Hook. Thats all I know Can't help about the scripting stuff RE: How to attach to Messenger? by J-Thread on 10-08-2006 at 08:28 PM RE: How to attach to Messenger? by ShawnZ on 10-08-2006 at 08:37 PM
quote: 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: 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: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: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 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. |