I'm trying to make a program where when you click a button it will retrieve each value of certain things on a webpage.
I.E;
http://thecaconline.net/cbl/player/OoHid…
On that webpage it shows Clan,Kills,Etc.
I want to make it to where a Label will Say "Kills:"
And another label next to it will have the value of kills retrieved from that webpage, and each time the button is clicked the stats will update if they are changed..I think it's simple to do, but I don't know how..
Thank you for anyone that helps.