Interpret text typed in conversation window - 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) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Interpret text typed in conversation window (/showthread.php?tid=57367) Interpret text typed in conversation window by DavidG on 03-23-2006 at 01:18 PM I was hoping to make a plugin for message plus that could catch text and save data, for example, what words were used, how many words were used, how many characters were used.. etc.. And then that data could be used for statistical information in a program I am making. Is this possible? RE: Interpret text typed in conversation window by Pyroteq on 03-23-2006 at 01:21 PM Im sure that would be quite possible, are you requesting that someone from this forum make it? Or are you going to do it and your just pitching the idea to us? RE: Interpret text typed in conversation window by DavidG on 03-23-2006 at 01:24 PM No I want to do it myself, I'm dieing to do it infact.. I would appreciate any help anybody can give me but I just want to know if its possible first. Ive looked at some of the samples but I cant see anything about interpreting conversation messages. RE: Interpret text typed in conversation window by Dempsey on 03-23-2006 at 01:31 PM
Using just the Plus! api you can't access the messages. You could use active accesbility to access it though. RE: Interpret text typed in conversation window by DavidG on 03-23-2006 at 01:38 PM Good work dempsey, this is what I need. Ive sent you a PM. RE: Interpret text typed in conversation window by mrhuge on 03-23-2006 at 04:51 PM You can also use Bot Developers Kit. You can use this API in your MSGPlus! plugins to intercept both incoming and outgoing messages. |