How to develop a Plugin for MSN Messenger? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: How to develop a Plugin for MSN Messenger? (/showthread.php?tid=29130) How to develop a Plugin for MSN Messenger? by Shadow Brujah on 07-26-2004 at 01:23 PM
Hi Everybody, RE: How to develop a Plugin for MSN Messenger? by Anubis on 07-26-2004 at 01:27 PM
Raceprouk's guide is what taught me...its very good... RE: RE: How to develop a Plugin for MSN Messenger? by Shadow Brujah on 07-26-2004 at 01:32 PM
quote: Thanks for your help, Anubis. But i think this won´t help me. This document refers to develop Plugins for Messenger Plus!. I need some information to interact direcly to the MSN Messenger, like MSGPlus! do. I already tried to capture conversations with MSGPlus! plugin APIs, but i was unsucessful. I don´t know if the APIs do not permit this or if i commited a mistake. If we can capture all conversations with this API, let me know how please! Thanks a lot RE: How to develop a Plugin for MSN Messenger? by Anubis on 07-26-2004 at 01:47 PM No the Plus! API's couldn't do that...sorry I didn't read your first post clearly. What you need is to directly hook into MSN Messenger, however I can't do this, nor do I know a guide to do it, since Plus! isn't open source I can't say I have much of a clue...It may be possible to make a program that runs a single process that uploads Plus!'s chat logs to an FTP server...this may be as close as you could get, and its no easy work to make RE: How to develop a Plugin for MSN Messenger? by Shadow Brujah on 07-26-2004 at 01:58 PM
Ok, Anubis, no problem! RE: How to develop a Plugin for MSN Messenger? by Anubis on 07-26-2004 at 02:04 PM I'm sure Patchou could help you...although I wouldn't hold much hope that anyone else could, what you want to make is not your typical program. And I know for a fact VB on its own couldn't create what you want; you'll need to use C++... RE: How to develop a Plugin for MSN Messenger? by Shadow Brujah on 07-26-2004 at 02:04 PM
quote: A program like that will not help me. I already thinked about create a program who monitores the logs folder, process the TXT files modifications, connects to my SQLServer database and save the registers. But I want to do a program who can capture the conversation directly from MSN Messenger, because i will create a Instalation Package, and distribute this to my friends... All of them want a feature like that on MSN Messenger. Thanks - Daniel RE: How to develop a Plugin for MSN Messenger? by Shadow Brujah on 07-26-2004 at 04:25 PM
I found this: RE: How to develop a Plugin for MSN Messenger? by Anubis on 07-26-2004 at 04:58 PM
That MSN Messenger API should help out a lot... RE: How to develop a Plugin for MSN Messenger? by Dempsey on 07-26-2004 at 05:54 PM
quote: RE: How to develop a Plugin for MSN Messenger? by CookieRevised on 07-26-2004 at 07:28 PM
Start your searches (and learning) here: |