
How Do I Stop History In IE WebBrowser Control
Hi,
Dan Friend schrieb:
Quote:
> I need to stop the history in the web browser control. I have used
> navNoHistory.
> This works great on the first navigate, but once a person clicks on a URL on
> the page, that history is recorded... Is there a way to disable it all
> together in the control.
Try:
Sub Webbrowser1_BeforeNavigate2 (ppdisp, url, cancel...)
Cancel=true
WebBrowser1.Navigate2 url, navNoHistory
end sub
HTH
Chris
--
Christopher Kleinheitz Offenburg Germany
http://jahresarbeit.virtualave.net