|
-
Nov 10th, 2000, 07:20 AM
#1
Thread Starter
Fanatic Member
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

-
Nov 10th, 2000, 07:43 AM
#2
Lively Member
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.
-
Nov 10th, 2000, 04:02 PM
#3
Thread Starter
Fanatic Member
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

-
Nov 10th, 2000, 04:20 PM
#4
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|