Results 1 to 4 of 4

Thread: Is there a way to locate and parse specific information on a web page ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    484

    Is there a way to locate and parse specific information on a web page ?

    Hi,

    I am planning to work on a dictionary app. And can anyone tell me how to parse, locate and find specific information on a web page?

    thnx



    -------as long as it works, i dun care how----------

  2. #2
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    You can use the Inet control to download the page to a string variable, then you can go through the string with InStr and find the first few characters of what you are looking for. Then you can use the mid function to get all the info from the webpage.
    <removed by admin>

  3. #3
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Here is a quick project I whipped up. I used the dictionary.com's dictionary database, and just extracted the info I needed without all the other crap.
    Attached Files Attached Files
    <removed by admin>

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    484
    thnx MidgetsBro,

    thats exactly what i wanted.

    Also, your little example app is pretty cool.

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