[REQUEST] Online Contacts Msg Sender - 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: [REQUEST] Online Contacts Msg Sender (/showthread.php?tid=66693) [REQUEST] Online Contacts Msg Sender by erickjbc on 09-26-2006 at 10:06 PM
Hi all and thanks to all developers for their help. RE: [REQUEST] Online Contacts Msg Sender by cloudhunter on 09-26-2006 at 10:08 PM
Is the other account going to be on a mobile account? Because as far as I know, mobile windows and chat windows are treated differently, and only the chat window is able to have messages sent to it. RE: [REQUEST] Online Contacts Msg Sender by erickjbc on 09-26-2006 at 11:39 PM
Nope its a normal MSN but is not MOBILE, it just auto sends the messages to my celphone is my company's service RE: [REQUEST] Online Contacts Msg Sender by matty on 09-27-2006 at 02:38 AM
code: Something like this, however Mobile messages ARE different from normal messages as microsoft has now added offline messages. RE: [REQUEST] Online Contacts Msg Sender by deAd on 09-27-2006 at 03:00 AM Mobile messages have always been different. The mobile chat window is actually not the same as a normal chat window, they're a different class and everything. RE: [REQUEST] Online Contacts Msg Sender by erickjbc on 09-27-2006 at 10:25 PM
nope forget what i said about my cel phone aparently is confusing you, its a normal contact just like the other ones, it just sends the messages to my cellphone indirectly thru my company RE: [REQUEST] Online Contacts Msg Sender by CookieRevised on 09-27-2006 at 11:02 PM
quote:see the Official Scripting Documentation, which is a must-first-read for anyone who wants to write a script or anyone who wants to know something about scripting. The documentation is also available from inside the Scripting Editor itself: Thus: quote:so yes, the parameter Email is the person that connected. --------------------------------------------------------- quote:The script snipped from Matty already does that: quote:But even if the closing wasn't done, there wont be 200 windows open anyways though... only 1: the chat window from your 'PC account' to your 'phone account'. RE: [REQUEST] Online Contacts Msg Sender by erickjbc on 09-27-2006 at 11:49 PM
jaja you are so right thanks RE: [REQUEST] Online Contacts Msg Sender by CookieRevised on 09-28-2006 at 12:02 AM
quote:Yes that's possible. Just compared the parameter Email from the event function (thus sEmail in Matty's script snippet) with the email address of the contact you (don't) want. If it matches, (don't) perform the rest... code: --- PS: don't try to double post. Edit your previous post by using the button underneath the post if you want to add something before anyone has replied. |