Shoutbox

... is typing a message - 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: ... is typing a message (/showthread.php?tid=62840)

... is typing a message by Compact3 on 07-08-2006 at 08:12 PM

how do you send a message/code/something so that your contact can see that little message: "... is writing a message"

help please...


RE: ... is typing a message by Sypher on 07-08-2006 at 08:13 PM

Nope, that is not possible (without some hassle). To do so you'll have to be able to communicate with the MSN protocol...


RE: ... is typing a message by Compact3 on 07-08-2006 at 08:22 PM

I can learn that, but in every message that you send with MSNP you have to send an message-id right?
and that id raises by 1 everytime right?
how do I know what the value of that id is? or doesn't it matter if I send a wrong id?


RE: ... is typing a message by Stigmata on 07-08-2006 at 08:56 PM

quote:
MSG contact@passport.net ContactsDisplayName 89\r\n
    MIME-Version: 1.0\r\n
    Content-Type: text/x-msmsgscontrol\r\n
    TypingUser: contact@passport.com\r\n
    \r\n
    \r\n


you cannot input a new trid..

read here for more information:
http://msnpiki.msnfanatic.com/index.php/MSNP8:SB_Example_Session
RE: ... is typing a message by Compact3 on 07-09-2006 at 04:40 PM

can't I change the text in the textbox so that msn messenger automatically sends that message?


RE: ... is typing a message by Stigmata on 07-09-2006 at 05:15 PM

have a look at ChatWnd and the select and replace text options...


i duno if it will work but its worth a try


RE: ... is typing a message by Compact3 on 07-09-2006 at 06:44 PM

I tryed to edit the text in the textbox with ChatWnd.EditText but it doesn't work:( any more suggestions?


RE: ... is typing a message by AberNStein on 07-10-2006 at 01:35 AM

did the text editing not work, or did it not send the message?

edit: try http://msdn.microsoft.com/library/default.asp?url...4-2b56c24affdd.asp

p.s. is it just me or is msdn broken in firefox?


RE: ... is typing a message by Compact3 on 07-10-2006 at 05:19 AM

it didn't send the message.
I also tryed to change the text with sendkeys indeed and that worked but that only workes when the chat-window has the focus. If I could get the handle of the textbox then I could do it without needing the focus.