Progress Bar Window for Downloading Process 
Author Message
 Progress Bar Window for Downloading Process

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



Wed, 14 Jun 2000 03:00:00 GMT  
 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



Thu, 15 Jun 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. download progress bar

2. vb.net - Detection of App and Progress Bar for Downloads

3. File download status/progress bar

4. File Download & Progress bar

5. Progress Bar when downloading ActiveX Controls

6. Progress Bar when downloading ActiveX Controls

7. Progress Bar and file download

8. Progress Bar and file download

9. Mail download progress bar

10. Using Progress Bar to track time while an event is being processed

11. Progress Bar in Status Window ?

12. Progress bar window

 

 
Powered by phpBB® Forum Software