I no how to make the progress bar actually move, but how do you make it move according to how much % of installation is complete?
Printable View
I no how to make the progress bar actually move, but how do you make it move according to how much % of installation is complete?
You would set the Max Value to 100, then you would need to calcualte the Percentage of the Install that has been done. For example, if you know how many files there are to Install, then you can work out the Value of the Progress Bar using..
dPercentDone = (100 / iTotalFiles) * iFilesCopied
Aaron Young
Analyst Programmer
[email protected]
[email protected]