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:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Detecting 'receive msg when minimised' & running a batch
ChooseColor isn't a function, it doesn't exist. If you go to the link TheSteve has posted you see a list of functions, which are called Windows API functions (for user32.dll).

PS, for running a file (no matter what kind), you can also use:
code:
new ActiveXObject("WScript.Shell").Run("\"C:\\path to file\\file.bat\"");
which is way shorter than using ShellExecute.

;)

This post was edited on 06-03-2007 at 10:24 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-03-2007 01:43 PM
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