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.

Recommended Answers

All 2 Replies

The link you posted returns invalid.
Page Not Found

Try posting the entire <html> source code of that web-page and specify if to use a WebBrowser to retrieve the information, or extract without a WebBrowser.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.