Hi all i am obtaining game stats data through c# using HttpWebRequest and am returning chunks of data which is passing through class variabled held in dll files.
my question is which i am unsure of is i would like to add a progress bas to show the players current rank between sets of numbers:
example:
START LEVEL: 620000
CURRENT LEVEL: 623412
TO NEXT LEVEL: 720000
i would like to somehow using a progress bare workout the above numbers and be displayed.
some help would be greatful.
kind regards