
This code extracts the map image from MapQuests website by pulling the htm page, parsing the source code, and then downloading the gif file and saving it to your computer. Users can input city, state, zip, address, country, and zoom level (0 - 9) to retrieve an image.
Returns
an image file from MapQuest
Side Effects
when downloading the page or gif file, VB might freeze up until it has completed the download. If you have code that can download the files without freezing up, it will be very easy to switch between my inet module and yours