Jeff Hilss
August 14th, 2002, 01:04 PM
I added a progressbar in my exe. I found it very easy to program essentially using 3 statements...
------------------------------------
ProgressBar1.Minimum() = 0
ProgressBar1.Maximum() = 100
---
ProgressBar1.Value() = 30
--------------------------------------
Is there a way to show an integer in the middle of the progress bar showing the percentage complete?
Thanks in advance.
------------------------------------
ProgressBar1.Minimum() = 0
ProgressBar1.Maximum() = 100
---
ProgressBar1.Value() = 30
--------------------------------------
Is there a way to show an integer in the middle of the progress bar showing the percentage complete?
Thanks in advance.