|
-
Nov 14th, 1999, 12:27 PM
#4
Lively Member
Hi,
Well personally i wouldn't like to use a loop of DoEvents. Simply because you never know how many DoEvents you require. 100 is a probably a safe conservative estimate. But it could require more, it could require a LOT less!!
Instead try using the Win API "WaitForSingleObject" this tells you ecactly when a process has completed its operations, and is much more reliable.
Hope this helps.
Cheers,
------------------
Gaurav Mahindra
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|