Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
500MB 27GB Web Hosting - $9.95/Month
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleMake a progress bar using only VB's intrinsic controls
Keywordsprogress bar, status bar, progress, status
CategoriesControls
 
Thanks to Rob Crombie.

This project's .bas file includes routines to display a progress bar. The Progress_Initialize subroutine gets things started. This routine uses the form's Controls.Add method to make all the controls it needs on the form.

The AdvanceProgressIndicator routine updates the progress bar as the program does work. This routine automatically removes the progress bar controls if it displays the final progress amount (100% or whatever the measure of completion is). If the program doesn't update the progress indicator to that point, it can call Progress_Finalize itself to remove the controls.

 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated