CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    22

    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.


  2. #2
    Join Date
    Oct 1999
    Location
    CA
    Posts
    91

    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

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    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.


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

Featured