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:
Jumpfreakske
Junior Member
**

Avatar
Hardstyle!!!

Posts: 62
Reputation: -7
31 / Male / Flag
Joined: Jan 2007
O.P. RE: RE: [Request] ..:Help for scriptfunction!!:..
quote:
Originally posted by davidpolitis
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");
  }
}
}


Do I have to put this in the 'WndStart.Handler' ?
12-19-2007 10:23 AM
Profile E-Mail PM Web 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