Posted By:
Mike_Stamper
Posted On:
Friday, May 24, 2002 08:13 PM
How does one setup a progress bar to monitor a thread when you don't know how long it will take? Say I want a progress bar to monitor loading a file. How does one make the progress bar reach 100% exactly when the file is loaded?
Depending on how big the file is the load times will be different.
I also need a progress bar to monitor processing of the file. Again, all I know is when the process STARTS and WHEN is is completed, but I do not know anything else.
Thanks for the help,
Mike