I'm trying to use the progress bar control to display how much percent the user has completed until he/she reaches the next level.
So I have it where the user enters their current level then enters their target level and I want it so when they click calculate it changes the percent bar (progress bar) to show how much percent they have completed.
So somehow I need to do something like the following:
So I have it where the user enters their current level then enters their target level and I want it so when they click calculate it changes the percent bar (progress bar) to show how much percent they have completed.
So somehow I need to do something like the following:
Visual Basic:
ProgressBar = (Target / Current * 100)