Results 1 to 5 of 5

Thread: Get a string from a web page

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2009
    Posts
    17

    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

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    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

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2009
    Posts
    17

    Re: Get a string from a web page

    Quote Originally Posted by weirddemon View Post
    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?

  4. #4
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Dec 2009
    Posts
    17

    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
  •  



Click Here to Expand Forum to Full Width