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 ...
Printable View
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 ...
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