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
quote:
Originally posted by Dauntless
Ow, sorry, ChooseColor isn't declared in user32.dll . But 'CreateDialog' IS, (http://msdn2.microsoft.com/en-us/library/ms645434.aspx) and I still get the 'failed to locate function' errror.
Umm, you need to fill all necessary parameters as described on the MSDN page for the function (http://msdn2.microsoft.com/en-us/library/ms645434.aspx). This is done by placing extra parameters into the Interop.Call function:
code:
Interop.Call("user32.dll", "FunctionName", "Parameter1", "Parameter2", etc);
That being said, this function probably isn't the best starting place for a beginner as it requires a grasp of somewhat complex concepts. Make sure you understand exactly what the function does and what requirements it has (such as parameters and the parameter types) - all of which is usually contained on the appropriate MSDN page.
06-03-2007 02:16 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