Has anyone found a good way to *prevent* browser history from being added to the main IE7 history storage when using IWebBrowser2 in a standalone app? It seems that on some systems with IE7, the urls visited from within an app that implements IWebBrowser2 will appear in the main IE7 history, and on others it will not. Please any help/advice would be appreciated! Thank you.
"Dave Brown" wrote in message news:000d7067-0f54-46b5-8330-2eec76e774bb@e10g2000prf.googlegroups.com... > Has anyone found a good way to *prevent* browser history from being > added to the main IE7 history storage when using IWebBrowser2 in a > standalone app? > > It seems that on some systems with IE7, the urls visited from within > an app that implements IWebBrowser2 will appear in the main IE7 > history, and on others it will not. > > Please any help/advice would be appreciated! Thank you. I haven't used IE7 as yet but just as a thought, what about if you specify the navNoHistory flag in the iWebBrowser2::Navigate() or Navigate2() call ? Leslie.
On Mar 1, 5:55 pm, "Leslie Milburn" wrote: > "Dave Brown" wrote in message > > news:000d7067-0f54-46b5-8330-2eec76e774bb@e10g2000prf.googlegroups.com... > > > Has anyone found a good way to *prevent* browser history from being > > added to the main IE7 history storage when using IWebBrowser2 in a > > standalone app? > > > It seems that on some systems with IE7, the urls visited from within > > an app that implements IWebBrowser2 will appear in the main IE7 > > history, and on others it will not. > > > Please any help/advice would be appreciated! Thank you. > > I haven't used IE7 as yet but just as a thought, what about if you specify> the navNoHistory flag in the iWebBrowser2::Navigate() or Navigate2() call > Leslie. That doesn't control history showing up in the IE7 (or IE6 even) history list. That affects just the back/forward navigation history in the browser, but not the list of "visited sites".