|
-
Dec 13th, 2009, 02:15 PM
#1
Thread Starter
Junior Member
Get a string from a web page
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
-
Dec 13th, 2009, 02:18 PM
#2
Re: Get a string from a web page
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
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Dec 13th, 2009, 02:29 PM
#3
Thread Starter
Junior Member
Re: Get a string from a web page
 Originally Posted by weirddemon
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 
I can't find it... can you give me a link please?
-
Dec 13th, 2009, 02:39 PM
#4
Re: Get a string from a web page
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Dec 13th, 2009, 03:26 PM
#5
Thread Starter
Junior Member
Re: Get a string from a web page
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|