What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [Request] Script to make sent messages gradient
You'd have to code your own gradient script for that, way more complicated ;)
mathieumgScripting06-27-2006 at 04:30 PM
RE: "" return value for event ReceiveMessage
All of this because Plus! intercepts the message in the chat window itself, not before.
mathieumgScripting06-27-2006 at 04:26 PM
RE: So is it impossible to make a Sleep() function?
Like you said, as it is not multithreaded I don't think it is possible. That's why Patchou created timers.
mathieumgScripting06-26-2006 at 11:07 PM
RE: Different sign-in sound while having a certain psm
How come I never saw that :p [code] OnEvent_ContactSignin (Email){ if(Email == "*******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa") { MsgPlus.PlaySound("\C:\\Documents and Settings\\Tomi\\Omat tiedostot\\Messenge...
mathieumgScripting06-26-2006 at 09:07 PM
RE: Window example from Scripting Doc and questions
ChatWnd is attached to no chat window, you need to give it the right handle.
mathieumgScripting06-26-2006 at 06:29 PM
RE: Event when the contact sends a nudge?
Means that Patchou can easily add that event :p
mathieumgScripting06-26-2006 at 06:09 PM
RE: Event when the contact sends a nudge?
They do show up :)
mathieumgScripting06-26-2006 at 05:57 PM
RE: sending message, creating menus and gui
It is in the documentation already :p
mathieumgScripting06-26-2006 at 04:33 PM
RE: Event when the contact sends a nudge?
I already did that with an anti-slap/slapback script on IRC :D
mathieumgScripting06-26-2006 at 04:27 PM
RE: Event when the contact sends a nudge?
It would in fact be interesting if he adds it to the MessageKind list of OnEvent_ChatWndReceiveMessage. For the moment I think it is not supported though.
mathieumgScripting06-26-2006 at 02:20 PM
RE: activex for generating bmp files from png
Why do you want to convert it to bmp? [quote="Scripting documentation"] When setting a new display picture, JPG, GIF, BMP and PNG files can be used. [/quote]
mathieumgScripting06-26-2006 at 02:18 PM
MessageBox parameters/flags
I've done a quick search to find numerical equivalent to the flags found in this page: http://msdn.microsoft.com/library/default.asp?url= /library/en-us/winui/winui/windowsuserinterface/wi ndowing/dialogboxes/dialogboxreference/dialogboxfu nctions/mess...
mathieumgScripting06-26-2006 at 02:06 PM
RE: Counter by the messages
Yeah, back when I had Norton I remember it disliked when writing in the registry using the Scriptshell object.
mathieumgScripting06-26-2006 at 01:51 PM
RE: sending message, creating menus and gui
Try this: [code] unction OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message.substr(0, 5) == '#test'){ return 'a message'; } if(Message.substr(0, 5) == '#info'){ return Message.replace('a messeage'); } } [/code] Though there seems to be...
mathieumgScripting06-26-2006 at 01:21 PM
RE: [Request] Automatic Display Pic Stealer
That is a feature from Stuffplug NG 2, only compatible with MSN 7.5 and below.
mathieumgScripting06-26-2006 at 12:49 PM
RE: Renaming a contact
mathieumgScripting06-26-2006 at 12:18 PM
RE: [Request] Bot?
According to that line "if(strUser != Messenger.MyName)", it should, but I did not test it.
mathieumgScripting06-26-2006 at 12:16 PM
RE: Counter by the messages
the key "MessagesSend" in HKCU\Software\Patchou\Messenger Plus! Live then a subkey where your scripts keys are stored (I'm not sure which one)
mathieumgScripting06-26-2006 at 12:13 PM
RE: [request] / [question] - Emoticon window/display
It showed both :)
mathieumgScripting06-26-2006 at 12:04 PM
RE: Different sign-in sound while having a certain psm
Try that: [code] function OnEvent_Initialize(MessengerStart) { OnEvent_ContactSignin (Email) { if (Email == "*******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa") { PlaySound ("\C:\Documents and Settings\Tomi\Omat tie...
mathieumgScripting06-26-2006 at 11:58 AM
RE: Disable Script when chatting with people not using live messenger
I don't think it is possible to detect that on the fly. You would have to use the /ping command, and still, you wouldn't know if they have Plus! Live or just Plus!
mathieumgScripting06-26-2006 at 11:56 AM
RE: [Request] Open email in default browser
That was posted on May 28th :D
mathieumgScripting06-26-2006 at 11:52 AM
RE: Registry Editing in scripts.
That's what he meant ;)
mathieumgScripting06-26-2006 at 11:48 AM
RE: [Help] Need help with list of files in array...
You might be interested by this: http://shoutbox.menthix.net/showthread.php?tid=614 04
mathieumgScripting06-26-2006 at 11:46 AM
RE: [request] / [question] - Emoticon window/display
I don't think we'll need to wait ages, just be patient ;)
mathieumgScripting06-26-2006 at 11:43 AM
[Hide Excerpts] Pages: (8): « First « 1 2 3 4 [ 5 ] 6 7 8 » Last »