Parse incoming text - 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: Parse incoming text (/showthread.php?tid=35960) Parse incoming text by Isaacariah on 12-23-2004 at 04:01 PM
Hi there, I'm writing a plugin just for educational and experimental purposes in VB6, and I was wondering, how would I go about getting text that other users send to me, for the purpose of parsing it and sending something back? RE: Parse incoming text by Ash_ on 12-23-2004 at 04:12 PM i dont think you can do this. you can get your plugin to send a special 5 char code which you can parse but both sides must have the plugin. RE: Parse incoming text by saralk on 12-23-2004 at 06:09 PM YOu cant do this with the Messenger PLus! API itself, but you could do it by hooking directly on to MSN MEssenger RE: Parse incoming text by Isaacariah on 12-23-2004 at 06:52 PM
Hm, how would I go about doing this in VB? I mean there is the messenger API but its a pile of **** and another way I've read is actually using SendMessage() and that lot to open the property pages themselves and then change the textbox then press the ok button, all a bit far fetched really... if Messenger Plus can do it silently without opening any bloody property pages... so can I. RE: Parse incoming text by TheBlasphemer on 12-23-2004 at 07:13 PM
I can tell you right now that in VB, it's impossible... RE: Parse incoming text by Isaacariah on 12-23-2004 at 07:18 PM
Guess I'm stuffed then.. unless I can find a DLL or whatnot that I can use from within VB. RE: Parse incoming text by Kirill on 12-23-2004 at 10:38 PM
Heh, I'm quite sure you can do this in VB, also. I doubt it has anything to do with anything people have said thus far. RE: Parse incoming text by Mike on 12-24-2004 at 06:19 AM
quote:Actually I believe, you can do it in VB with packet sniffing... But, to use packet sniffing, you have to keep a form open and pass its hWnd so windows pass the messages there... But I don't know how to use packet sniffing in vb... |