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.