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.
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.