save gif file from a web browser
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.
Re: save gif file from a web browser
I may have a use for code that can do this, so some help on this would be appreciated.
Brewguru99
Re: save gif file from a web browser
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.