close
Printable View
close
What do you mean, dealy your application or other applications? And with Threading?
Use a timer control or method, a loop and use doevents if you need threading, if you need to dealy a window application you have to remove the doevents and it will dealy everything, well hope i know what youre doing...
Sorry, your solution do not work. I don't want dealy my
application
I want my application as system modal; all applications are suspended until the user close my application.
I'm sure I've seen this somewhere, A replacement for doevents that only threads within itself, can't remeber, well You could ask Sam...
Try this API func:
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)