|
-
January 21st, 2000, 01:33 PM
#1
Progress Bar
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?
-
January 21st, 2000, 03:36 PM
#2
Re: Progress Bar
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|