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

Search Results
Subject Author Forum Time
RE: [ASK] Plus Code in script interface
very thank! i love you! XD bye ^^
SuxsemScripting09-16-2009 at 08:25 PM
[ASK] Plus Code in script interface
hi all! if i put [a=2]try[/a] in my personal message i can see colour text... but, how i can to get this effect in the interface of my script? can i use an EditControl? more simple... PlusWnd.SetControlText(myEditControl,"[a=2]try[/a ]") > colour te...
SuxsemScripting09-16-2009 at 08:14 PM
[request] clear rembembed password
Hi for all! I'm developing a security suite script for messenger 2009, but I can not find a way to clear the stored password to login... can someone help me? thank!
SuxsemScripting03-03-2009 at 04:22 PM
RE: crash on closing chat window (WLM9)
o thank :) i try it later with my PC :)[hr]wow! it's work! thank!!!
SuxsemScripting02-03-2009 at 03:08 PM
RE: crash on closing chat window (WLM9)
emh... can you tell me the exact code to try? :) thank
SuxsemScripting02-03-2009 at 02:33 PM
RE: crash on closing chat window (WLM9)
news! [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){ if(Message=="ok"){ Interop.Call("user32", "SendMessageW", ChatWnd.Handle, 0x0111, 40003, 0); } }[/code] =CRASH [code]function OnEvent_ChatWndReceiveMessage(C...
SuxsemScripting02-03-2009 at 12:24 PM
RE: crash on closing chat window (WLM9)
is probabily.... There are other ways to close the window?
SuxsemScripting02-03-2009 at 12:07 PM
RE: crash on closing chat window (WLM9)
no, I only have installed messenger plus 4.8...
SuxsemScripting02-02-2009 at 11:05 PM
crash on closing chat window (WLM9)
Hi! if I use this function on messenger 8.5 it's all OK [code]var WM_CLOSE = 0x0010; Interop.Call("user32", "SendMessageW", ChatWnd.Handle, WM_CLOSE, 0, 0);[/code] but...if I use this on WLM 2009... the chat window closes, but WLM non responding...
SuxsemScripting02-02-2009 at 07:23 PM
RE: [request] api send webcam
THANKKKK! you saved me :) bye!
SuxsemScripting02-02-2009 at 04:49 PM
[request] api send webcam
Hi! because my english is so bad... [img]http://i44.tinypic.com/5x95ki.jpg[/img] what is the api for send a webcam, NOT start videocall thank a lot, bye
SuxsemScripting02-02-2009 at 02:09 PM
RE: restore contact list window from try
okok, no problem =)
SuxsemScripting01-22-2009 at 04:15 PM
RE: restore contact list window from try
via scripting! XD
SuxsemScripting01-22-2009 at 03:52 PM
RE: restore contact list window from try
Hi! thank for replay... i'm sorry but I don't find CommandId :( I wait for your replay... Very thanks for patience
SuxsemScripting01-22-2009 at 03:22 PM
RE: restore contact list window from try
i don't find a WindowMessage monitor :( do you have that?[hr]i find an API monitor but it return me hundred of windows api from Messenger process... nobody knows the true api?
SuxsemScripting01-21-2009 at 07:28 PM
restore contact list window from try
Hi! How I can restore the contacts list window from try icon? thank!
SuxsemScripting01-21-2009 at 02:56 PM
RE: sendfile answer
Hi! I would create a script that send file by chatwind...by type the file name in the conversation...
SuxsemScripting10-07-2008 at 01:48 PM
RE: sendfile answer
:D :D :D I know this...but the extension change every time script run!
SuxsemScripting10-04-2008 at 10:56 PM
sendfile answer
Hi! I have in a folder a file, but I don't know its extension (file:"file.???") How can I send this file without know its extension??? Thank for all!
SuxsemScripting10-04-2008 at 09:30 PM
RE: [request] possible bug in /ping function
Any solution?
SuxsemWLM Plus! Bug Reports07-11-2008 at 10:20 AM
[request] possible bug in /ping function
Hi! Loock this screenshot: [url=http://img521.imageshack.us/img521/9213/prova aa0.jpg]http://img521.imageshack.us/img521/9213/pr ovaaa0.jpg[/url] 1) I deactive personal emotion from messenger option... 2) My contact send me a emotion and I don't see t...
SuxsemWLM Plus! Bug Reports07-09-2008 at 08:12 PM
RE: function OnGetScriptMenu - ChatWnd
ok...this function is correct: [code]function chatAttuale(){ var Windows = Messenger.CurrentChats; var e = new Enumerator(Windows); for(; !e.atEnd(); e.moveNext()) { var ChatWindow = e.item(); if ( ChatWindow.Handle == Interop.Call('user32', 'Ge...
SuxsemScripting07-08-2008 at 11:41 AM
RE: function OnGetScriptMenu - ChatWnd
Thank for replay! But, if I use the function: [code]for ( var oChatWnd = new Enumerator(Messenger.CurrentChats); !oChatWnd.atEnd(); oChatWnd.moveNext() ) { if ( oChatWnd.Handle === Interop.Call('user32', 'GetForegroundWindow' )) { Deb...
SuxsemScripting07-08-2008 at 11:09 AM
RE: function OnGetScriptMenu - ChatWnd
ok...thank
SuxsemScripting07-07-2008 at 12:20 PM
function OnGetScriptMenu - ChatWnd
SuxsemScripting07-07-2008 at 12:12 PM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »