What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » send message

send message
Author: Message:
magemello
New Member
*


Posts: 9
Joined: Jan 2008
O.P. RE: send message
No good ... i write another example


code:
function OnEvent_ChatWndSendMessage(ChatWnd, sMessage)


   if(sMessage=="take")
   {
   idpartita=ChatWnd.Handle;
   return "";
   }
   
   if(sMessage=="send")
   {
    ChatWnd.SendMessage("hello");

   return "";
   }
}

i write in a first windows "take" ,and in another windows i write "send",but i want when  write "send"  ,"hello" message  is write in first windows where i take handle

This post was edited on 01-31-2008 at 11:59 AM by magemello.
01-31-2008 11:54 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
send message - by magemello on 01-30-2008 at 04:59 PM
RE: send message - by roflmao456 on 01-30-2008 at 09:00 PM
RE: send message - by magemello on 01-31-2008 at 11:54 AM
RE: send message - by roflmao456 on 01-31-2008 at 01:15 PM
RE: send message - by magemello on 01-31-2008 at 02:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On