Re: Eu locking harddrives
- Posted by "Juergen Luethje" <j.lue at gmx.de> Feb 07, 2004
- 661 views
Elliott wrote: >> From: Juergen Luethje <snip> >> Does this mean, that we then can and should call sleep(0) in the same >> situations, in which we would use Win32Lib's doEvents()? > > No, sleep is for long loops used in non-GUI applications. doEvents() > processes windows messages, for the application. sleep() allows *other* > applications to do stuff. Aaaaaahh! The penny has dropped, thanks. Regards, Juergen