The information in this article applies to:
SYMPTOMSWhen the Navigate method of the WebBrowser control is called with the navNoHistory flag, the container crashes. RESOLUTIONTo avoid the crash call one of the other navigate methods prior to calling Navigate with the navNoHistory flag. For example, the following code could be added to the OnLoad event of the form in which the WebBrowser control is embedded:
While this does put an element on the WebBrowser's internal navigation
stack, the crash is avoided.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Internet Explorer 4.0. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : AXSDKIEAutomation AXSDKWebBrowser |
Last Reviewed: December 31, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |