Click to See Complete Forum and Search --> : save gif file from a web browser


len
November 9th, 1999, 10:23 AM
I have a vb5.0 program that searches a gis database for property maps with an Internet browser.
I want to save the property map as a graphic file(gif) by just clicking on a button on the vb form.
The layout of the web page names the graphic the same all the time.
Any help would be greatly appreciated.

BrewGuru99
November 9th, 1999, 03:06 PM
I may have a use for code that can do this, so some help on this would be appreciated.



Brewguru99

Lothar Haensler
November 10th, 1999, 01:57 AM
not sure if I understand your problem, but, if you know the URL of the GIF you can get by using the Internet Transfer Control and calling the OpenURL method of that control. Saves the byte array returned in a OS file.