What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » So is it impossible to make a Sleep() function?

2 votes - 3 average   So is it impossible to make a Sleep() function?
Author: Message:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
O.P. RE: RE: So is it impossible to make a Sleep() function?
quote:
Originally posted by sbegouin
You can just use this DLL (see attachment) :

code:
    Interop.Call(MsgPlus.ScriptFilesPath+'\\Wait.dll', "Attente", 1000); // Wait 1000 ms
    Interop.FreeDLL(MsgPlus.ScriptFilesPath+'\\Wait.dll');


That just calls Sleep() which you can do with Interop.Call directly too. And it's not multithreaded, so it'll freeze WLM.
The previous sentence is false. The following sentence is true.
07-25-2006 11:18 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
So is it impossible to make a Sleep() function? - by segosa on 06-26-2006 at 10:38 PM
RE: So is it impossible to make a Sleep() function? - by mathieumg on 06-26-2006 at 11:07 PM
RE: So is it impossible to make a Sleep() function? - by segosa on 06-26-2006 at 11:13 PM
RE: So is it impossible to make a Sleep() function? - by CookieRevised on 06-26-2006 at 11:48 PM
RE: So is it impossible to make a Sleep() function? - by Riveck on 06-27-2006 at 12:14 AM
RE: RE: So is it impossible to make a Sleep() function? - by b0rna on 06-27-2006 at 12:42 AM
RE: So is it impossible to make a Sleep() function? - by TheBlasphemer on 06-27-2006 at 01:16 AM
RE: RE: So is it impossible to make a Sleep() function? - by segosa on 06-27-2006 at 07:11 AM
RE: So is it impossible to make a Sleep() function? - by b0rna on 06-27-2006 at 01:28 AM
RE: So is it impossible to make a Sleep() function? - by -dt- on 06-27-2006 at 02:36 AM
RE: So is it impossible to make a Sleep() function? - by ben_b on 07-14-2006 at 08:18 AM
RE: So is it impossible to make a Sleep() function? - by CookieRevised on 07-14-2006 at 09:51 AM
RE: So is it impossible to make a Sleep() function? - by ben_b on 07-14-2006 at 09:55 AM
RE: So is it impossible to make a Sleep() function? - by sbegouin on 07-24-2006 at 10:27 PM
RE: RE: So is it impossible to make a Sleep() function? - by segosa on 07-25-2006 at 11:18 AM
RE: RE: RE: So is it impossible to make a Sleep() function? - by deAd on 07-25-2006 at 06:55 PM
RE: So is it impossible to make a Sleep() function? - by sbegouin on 07-25-2006 at 06:10 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