Send text to YOUR conversation window only? - 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: Send text to YOUR conversation window only? (/showthread.php?tid=65667) Send text to YOUR conversation window only? by Spunky on 08-31-2006 at 09:40 PM
Is there a way to print text to the conversation window without it showing up on your contacts conversation window? RE: Send text to YOUR conversation window only? by Deco on 09-01-2006 at 01:04 AM
Send an example of what you want to do.. I didn't quite understand where you want to go. RE: Send text to YOUR conversation window only? by ddunk on 09-01-2006 at 01:05 AM No, there isn't yet. RE: Send text to YOUR conversation window only? by Spunky on 09-01-2006 at 06:33 PM
Ok thanks. RE: Send text to YOUR conversation window only? by KaaY-JaaY on 09-26-2006 at 04:16 PM That whould be Awsome if some1 could Make that, or even if its possible! RE: Send text to YOUR conversation window only? by MC Inferno on 09-26-2006 at 04:54 PM
quote: Its not possible RE: Send text to YOUR conversation window only? by cloudhunter on 09-26-2006 at 04:56 PM
quote: Theres a difference between not possible, and not probable. It's defineitely possible, as Plus does it itself. However it isn't possible using script alone, and impossible without advanced hooking of messenger or winsock. Cloudy RE: Send text to YOUR conversation window only? by MC Inferno on 09-26-2006 at 05:00 PM
oh ok... my bad. RE: Send text to YOUR conversation window only? by CookieRevised on 09-26-2006 at 05:50 PM
quote:when? Everything which Plus! sends to the conversation window is seen by the contacts too (even the line of the custom sounds if that was what you meant). RE: Send text to YOUR conversation window only? by cloudhunter on 09-26-2006 at 05:51 PM
quote: What I meant is, it can add or at least replace strings. For instance, When you recieve a sound, when you use the /me command. Thats all I can think of at the moment though. Cloudy RE: Send text to YOUR conversation window only? by CookieRevised on 09-26-2006 at 05:54 PM
quote:When sounds are send or recieved, your contact will get exactly the same line too... There is also a big difference between adding a line to only your window (thus not send it) and replacing an existing sent/recieved line. RE: Send text to YOUR conversation window only? by cloudhunter on 09-26-2006 at 06:02 PM
I am aware of that. However, it is possible to trick Messenger into what it is recieving by injecting data into the data it recieves. However, like i've said it requires a Proxy/Hook. RE: Send text to YOUR conversation window only? by CookieRevised on 09-26-2006 at 08:43 PM
Yes but my point was that your statement that "it is possible because Plus! does it" is wrong, Plus! doesn't do such a thing. RE: Send text to YOUR conversation window only? by cloudhunter on 09-26-2006 at 08:48 PM
Yes I know. I was just saying some possible ways how to do it. I should have rephrased what I said, and I apologise. RE: Send text to YOUR conversation window only? by deAd on 09-26-2006 at 09:38 PM
Not hook richedit really...these are windowless controls, not richedit (specifically the WLEditT class)...meaning that you have to call the functions to change them (which are in messenger, but it is possible to compile a header for them in c++, among other ways). |