HOw can i do that an application acess http://www.bungie.net/Stats/PlayerStats ... atrickssj6
this data and shows the levels on my form.I tried RSS reader but its only about the games i played.How can i that my program access the levels and shows it on a label?
This might not be the best way to do it but if you can get your program to view the source code you could parse it to pull out the level values from the web page as text. If the website stays exactly the same with just the values changing, you could tell your program to get the text from specific points in the page.