WebBrowser control Navigate without using cache 
Author Message
 WebBrowser control Navigate without using cache

I'm trying to use the Webbrowser control from Visual Basic to navigate. I
want to navigate without using the cache.

The navigate call looks like this

WebBrowser1.Navigate2 " http://www.*-*-*.com/ ; , navNoReadFromCache +
navNoWriteToCache, Null, Null, Null

where the nav constants are defined as

navNoReadFromCache = 4  ' this is in the documentation
navNoWriteToCache = 8

The control ignores the flags and always reads from the cache. Please
help....

Nilesh Thakker



Sun, 22 Apr 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Webbrowser Navigate without cache

2. Forcing WebBrowser Navigate to ignore cache

3. Navigating to HTML document anchors using the WebBrowser control

4. Referrer data not being passed when using the Navigate method of the WebBrowser Control

5. Referrer property not being set properly when using the Navigate method of the WebBrowser control

6. WebBrowser without WebBrowser Control in VB6 ?

7. Using WebBrowser ctl to navigate to a local file

8. IE5 Causing Crash Using Webbrowser.navigate

9. Referrer Property of Document Object not updated using Navigate method of webbrowser controller

10. Can using WebBrowser navigate a String

11. navigating within a webbrowser control

12. Please Help - WebBrowser Control .Navigate problems

 

 
Powered by phpBB® Forum Software