What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Detecting 'receive msg when minimised' & running a batch

Detecting 'receive msg when minimised' & running a batch
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Detecting 'receive msg when minimised' & running a batch
I think this should work, haven't tested it though:

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) {
    if(ChatWnd.Handle !== Interop.Call('user32.dll', 'GetActiveWindow')) {
        var objShell = new ActiveXObject("Shell.Application");
        objShell.ShellExecute("C:\\PATH\\TO\\THE\\BAT\\FILE\\ledflash.bat", "", "", "open", 0);
    }
}

This post was edited on 06-03-2007 at 10:06 AM by Volv.
06-03-2007 10:02 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 09:28 AM
RE: Detecting 'receive msg when minimised' & running a batch - by Volv on 06-03-2007 at 10:02 AM
RE: Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 10:06 AM
RE: Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 10:44 AM
RE: Detecting 'receive msg when minimised' & running a batch - by TheSteve on 06-03-2007 at 01:03 PM
RE: Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 01:16 PM
RE: Detecting 'receive msg when minimised' & running a batch - by CookieRevised on 06-03-2007 at 01:43 PM
RE: Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 01:46 PM
RE: Detecting 'receive msg when minimised' & running a batch - by Volv on 06-03-2007 at 02:16 PM
RE: Detecting 'receive msg when minimised' & running a batch - by Dauntless on 06-03-2007 at 02:20 PM
RE: Detecting 'receive msg when minimised' & running a batch - by Volv on 06-03-2007 at 02:22 PM


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