How can I make a progress bar ?

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
 
A

Alex Dybenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top