How can I make a progress bar ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a long running program. I don't want to see the hourglass displaying
all the time. Instead, I want to make a progress bar just like the one that
is displayed when installation Windows or any other software. How can I do
that ?

thanks
 
Hi,
the simplest one - is to use a colored label on a form, based on progress
value - you set it width as percentage of maximum width
Do not forget to add doevents within this procedure in order to update
screen
 
Back
Top