Hello !
I'm using a webbrowser-component to display webpages.
I wan't no history or cache when displaying the webpage and successfully
did that with code like:
WebBrowser1.Navigate "www.microsoft.com", 10 ' navNoHistory
and navNoWriteToCache
The problem is that when the user click on a hyperlink to another page
this information
is stored in the history-folder. Does anyone know how to come around
this ?
regards,
Fredrik