How can I get a string from a web page and display it on my program in a label?
I want to get strings from this web page: http://www.osonadecideix.cat/main.asp?opc=3
Printable View
How can I get a string from a web page and display it on my program in a label?
I want to get strings from this web page: http://www.osonadecideix.cat/main.asp?opc=3
You mean you just want to grab some text? It's actually a pretty simple process. You'll need to loop through the tags and find the specific ones you need.
It's so simple in fact, that there are a TON of examples all around here and Google ;)
OK but this won't work for this web page: http://www.osonadecideix.cat/main.asp?opc=3
How can I make it work on it?