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. send message
hi.....i want send a message in a specific windows how can i do?

i have this windows

function OngiocoEvent_CtrlClicked(gioco, ControlId) {
  switch(ControlId) {
      case "gioca" :
     
      if((turno == squadra) && (cartapescata == 0))
      {
      cartapescata=1;
      CreaDomanda(gioco);
      }
      break; 
  }
}

when this windows is closed i use this function:

function OngiocoEvent_Destroyed(gioco, ExitCode) {
if(ExitCode ==2) {
   scrittura2.SendMessage("windows is closed");
   
   }
}

How i can send a message (windows is closed) in a windows where i have create  windows gioco?

01-30-2008 04:59 PM
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