What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: typing message notification
I used the windows api call to "SendMessage" it actually enters text in the message box, but it still doesn't trigger the notification? any ideas?
questsinScripting01-23-2007 at 04:43 PM
anyway to detect a webcam request?
can seem to figure out how to respond programatically to a webcam request. any ideas?
questsinScripting01-22-2007 at 08:43 PM
RE: Unlimited Nudges script
what about WLM 8.1.0168_ClientV8.1?
questsinScripting01-21-2007 at 04:01 AM
RE: Yahoo contacts
thanks for the tip. It explains alot. I'm new to Messenger Plus Live, but like it. I've been operating a MSN chat bot for a few years and constantly porting my code from platform 2 platform. You could say I've seen them all. I use the GUID fo...
questsinScripting01-20-2007 at 02:32 AM
RE: warning for more that 5 emotes
My script is an auto talker and emoticon collector. Any emotes the user uses it adds. As my collection got larger more replies are maxxing out. using '/noicon' won't work if you have more than five emoticons. iterating though custom emtoticons slo...
questsinScripting01-17-2007 at 04:07 PM
RE: Yahoo contacts
the code is as follows. My observations is MSN contacts work, yahoo contacts don't. I use the GUID to identify then 4 now. function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { // get contact var Contact = null; ...
questsinScripting01-17-2007 at 12:30 AM
RE: typing message notification
In theory I'm trying to give focus to the chat window I want to send the "text typing message". then by changing the text window and resetting it. I'm expecting messenger to see this as activity and then send the "user is typing" message to ...
questsinScripting01-16-2007 at 09:29 PM
Yahoo contacts
I've been testing with the compatibility of Messenger Plus scripts and Yahoo. Looks like when in a chat everything seems fine regarding events and the message however chatwindow contacts does not get updated and contact.email is null is this a bug...
questsinScripting01-15-2007 at 06:16 PM
RE: typing message notification
I tried writing text to a window and setting focus similar to Interop.Call('user32', 'SetFocus', ChatWnd.Handle); var orig = ChatWnd.EditText; ChatWnd.EditText = ChatWnd.EditText + " "; ChatWnd.EditText = orig; but id doesn't seem to be w...
questsinScripting01-15-2007 at 05:44 AM
RE: warning for more that 5 emotes
I'm reffering to an trap event or some sort of messenger event notification so I can handle it in the script.
questsinScripting01-15-2007 at 05:31 AM
warning for more that 5 emotes
Is there an error returned if you try to send with more that 5 emotes?
questsinScripting01-15-2007 at 04:40 AM
typing message notification
Any one know of a way to script and send the "typing message" notification event seen in the bottom of the chat window prior to sending a message via a script. No need to explain why it would be helpful. ie. scripts takes long to respond to due ...
questsinScripting01-10-2007 at 08:56 PM
RE: Close a Chat Window
works great. thanks
questsinScripting01-10-2007 at 02:38 AM
Close a Chat Window
Hi, I've just started using messenger plus and its very useful. I even ported my Chatbot application (questsin@hotmail.com). After reading MPLScripting documentation I can't seem to grasp how to close a current chat window. I checked the membe...
questsinScripting01-10-2007 at 01:49 AM
[Hide Excerpts]