Results 1 to 4 of 4

Thread: Web Browser Cache Problem

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Angry

    I have a webBrowser on my program, and I made it that when the form loads, it goes to a page that has 3 words on it or less depending on the day! The problem is, the webbrowser got the page once and every other time I start the program, it gets the page back from the cahce instead of the net! What can I do to fix that!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Lively Member
    Join Date
    Aug 2000
    Posts
    117
    i don't know if i've fully understood your problem, but it looks like the browser is getting files from cache rather than net. well the best thing i can think of is to delete the cache either manually or through code every time after you load a page from the net.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    Isn't there just another way to tell the browser just to get it from the net directly! Because when my webbrowser finds the html on my drive, it's getting it from my harddrive!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  4. #4
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357
    Just an idea, but have you tried the WebBrowser1.Refresh?
    I think that forces it to check for new content on the web if there's a connection.

    I'm not sure of this.

    There's also a Refresh2 method, but again I don't know if that will help.
    ~seaweed

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