What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Open the Chat Window automatically when i recieve a message

Open the Chat Window automatically when i recieve a message
Author: Message:
Ghostleader42
New Member
*


Posts: 3
Joined: Jul 2010
O.P. RE: Open the Chat Window automatically when i recieve a message
Hi matty,

resolution on both is 1280x1024, second monitor on the right side.

I could fix the problem with that little script:
(took me about 7 hrs)

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
   
        Windows = Messenger.CurrentChats
        SetForeground(ChatWnd.Handle);
   
    return Message;
}

function SetForeground(Wnd) {
        Interop.Call("User32.dll","ShowWindow",Wnd,4);
        }

           
07-27-2010 11:00 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Open the Chat Window automatically when i recieve a message - by Ghostleader42 on 07-25-2010 at 10:51 AM
RE: Open the Chat Window automatically when i recieve a message - by matty on 07-26-2010 at 05:48 PM
RE: Open the Chat Window automatically when i recieve a message - by Ghostleader42 on 07-27-2010 at 11:00 AM
RE: Open the Chat Window automatically when i recieve a message - by CookieRevised on 07-27-2010 at 11:24 AM
RE: Open the Chat Window automatically when i recieve a message - by matty on 07-27-2010 at 01:32 PM
RE: Open the Chat Window automatically when i recieve a message - by Ghostleader42 on 07-28-2010 at 09:27 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