|
-
Dec 3rd, 2005, 09:14 PM
#1
Thread Starter
Fanatic Member
Detect if operation is done.
how do you detect if an operation is done?
say you want to create a progressbar that will work accordingly with the progress of the operation
operation for ex can be - saving a file, performing an iteration ...
-
Dec 3rd, 2005, 09:19 PM
#2
Re: Detect if operation is done.
If it's a loop, you can set the start at 0 and the end at the final value, and increment it inside of the loop according to the value.
For files, try this out:
http://vbforums.com/attachment.php?attachmentid=37597
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
|