BUG: NavigateComplete Event Does Not Fire When WebBrowser Is Invisible (269614)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q269614 SYMPTOMS
When you host an invisible WebBrowser control in your application, the NavigateComplete event does not fire after the first navigation. In addition, NavigateComplete does not navigate to another page when you use the navigate method. (This problem does not occur with Internet Explorer 5.01.)
RESOLUTION
To resolve this problem, rather than make the WebBrowser control invisible, you can position the WebBrowser control so that it does not display its user interface on its container window. To do this, you can set the Left property of the WebBrowser control equal to the negative of the control's Width property. Alternatively, you can put the WebBrowser control behind other controls in your application.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For more information on the NavigateComplete event, see the following MSDN Web Workshop page:
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbBug kbpending kbSBNWorkshop kbWebBrowser KB269614 |
---|
|