LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IWebBrowser and navNoReadFromCache Flags

I spoke to my colleagues about it and the conclusion was that it might not be possible. The feature would have to be enabled by Microsoft as they are the ones who supplied IWebBrowser. I checked through all the property nodes that is possible and I was unable to find anything useful. I am sorry about this!
 
Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 11 of 15
(1,216 Views)

Hello Karunya;

That's too bad... although I appreciate you looking into this.

Is there any other approach I might take, or am I stuck with utilising the IWebBrowser Refresh every time I want to load directly from the source, as opposed to using whatever is in the cache?

Thanks again.

DJH

0 Kudos
Message 12 of 15
(1,197 Views)
Hey DJH,

Like you said, you can use refresh just to load from the source. Other than that, nothing off the top of my head.
Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 13 of 15
(1,184 Views)
Hello,
 
I may have found a solution to your cache loading problem.  It involves using the Flag 0x04 to the IWebBrowser2.  The 0x04 will force a no read from cache.  The 0x04 will have to be converted to variant for it to be entered into the method. I have attached a example vi.  Please let me know if this works for you.
 
Andrew
0 Kudos
Message 14 of 15
(1,140 Views)

Hi drewsky;

Unfortunately, it does not (nice try, though).  This was one of the first things I had tried.  However, using this method, the read from cache is not disabled.

DJH

0 Kudos
Message 15 of 15
(1,126 Views)