FIX: WebBrowser.Navigate Crashes with navNoHistoryLast reviewed: September 30, 1997Article ID: Q168215 |
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:
WebBrowser1.GoHomeWhile 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 INFORMATION
Steps to Reproduce Behavior
Keywords : AXSDKIEAutomation AXSDKWebBrowser kbbuglist Technology : kbInetDev Version : 3.0 3.01 3.02 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |