I'm trying to navigate using a Webbrowser control without the user knowing where. Everything else is sorted out but using
I still get the urls visited in the C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files folder when the application is running.Code:WebBrowser1.Navigate2 lstrURL, navNoHistory + navNoWriteToCache
How can I get rid of these or stop them appearing when the user is browsing? I'm already clearing the cache after leaving each page which works fine.




Reply With Quote