
Progress Bar Window for Downloading Process
Sure! I do! Use a form with a progress bar control on it and write some code
to make the bar indicate the progress of the operation you want to monitor!
Make sure you use the DoEvents statement in the code so the main program
will be allowed to continue executing!
Good luck!
Steve
Quote:
>Hi all,
>Does anyone know how to make a progress bar window showing the status of
>download just like the download window in IE which can be minimized and
>not affect the main program until the download process is finished?
>GW