Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
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-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated