RE: Get recipients email & name using ChatWndSendMessage I think you can use this: [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ var Contacts = ChatWnd.Contacts; var e = new Enumerator(Contacts); for(; !e.atEnd(); e.moveNext()) { var Contact = e.item(); ...
RE: How was Plus! done? How To Hook Msn Messenger In Visual Basic -> http://forum.mess.be/index.php?showtopic=52 VB6 intro to the Messenger API -> http://forum.mess.be/index.php?showtopic=55 C# Examples -> http://forum.mess.be/index.php?showtopic=36 Most of them haven't be...
RE: colors psm You won't see it in the psm edit in the contact list but if you contacts have MP!L then they'll see it. Add yourself to see how it looks :P.
RE: flash 8 pro actionscript help Actionscript mouse events should give you decent results in a search engine :) http://www.scienceandart.org/advancedflash_notes/A S_Lecture2.pdf http://theolagendijk.wordpress.com/2006/09/19/acti onscript-mouse-events-and-delegation/
RE: Send Messages without nickname Make sure the time stamp check box is not checked as well. Other wise it'll group only messages that are sent at the same time.
RE: Which OS are you? [img]http://www.bbspot.com/Images/News_Features/20 03/01/os_quiz/palm.jpg[/img] [img]http://www.bbspot.com/Images/News_Features/20 04/10/file_extensions/jpg.jpg[/img] [img]http://www.bbspot.com/Images/News_Features/20 06/08/language/perl.jpg[/img] [img]...
RE: A script to change statuses after X minutes?? Yes, use the [url=http://www.msgpluslive.net/scripts/view/13-Of ficial-Scripting-Documentation/]scripting documentation[/url]. These will be useful ;): [b]OnEvent_Signin(Email); OnEvent_Timer(TimerId); AddTimer(TimerId, Elapse); Messenger::MyStatus[/b...
RE: Random Selection You forgot to declare the [b]fso[/b] variable: [code][color=#003366]var[/color] fso = [color=#003366]new[/color] ActiveXObject[color=#66cc66]([/color][color=#3366C C]"Scripting.FileSystemObject"[/color][color=#66 cc66])[/color];[/code]
RE: messenger discovery 2.6.0 Thats the wrong site, MsgDiscovery is now at : http://live.msgdiscovery.com/ [size=3]Edit: Read the post above yours post too![/size]