What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] ..:Help for scriptfunction!!:..

1 votes - 5 average   [Request] ..:Help for scriptfunction!!:..
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: [Request] ..:Help for scriptfunction!!:..
Try this:

code:
function OnEvent_MenuClicked(MenuId, Location, ChatWnd)
{
if (MenuId == "MenuID")
{
  for(var enumerator = new Enumerator(ChatWnd.Contacts) ; !enumerator.atEnd(); enumerator.moveNext())
  {
   var Contact = enumerator.item();
   var sChatWnd = Messenger.OpenChat(Contact.Email);
   sChatWnd.SendMessage("Message Here");
  }
}
}

I understand that English obviously isn't your first language, but please try to be clearer in what you want next time. Thanks.

This post was edited on 12-19-2007 at 10:24 AM by davidpolitis.
12-19-2007 10:21 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-18-2007 at 11:09 PM
RE: Help for scriptfunction - by aNILEator on 12-18-2007 at 11:30 PM
RE: RE: Help for scriptfunction - by Jumpfreakske on 12-18-2007 at 11:32 PM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 02:56 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 09:27 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 09:58 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:10 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:12 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:14 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:21 AM
RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:23 AM
RE: RE: RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 10:24 AM
RE: RE: RE: RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 10:28 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Matti on 12-19-2007 at 11:03 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 11:10 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Matti on 12-19-2007 at 11:16 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by davidpolitis on 12-19-2007 at 11:22 AM
RE: [Request] ..:Help for scriptfunction!!:.. - by Jumpfreakske on 12-19-2007 at 11:39 AM


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