Re: [DOTNET] New online examples of WebBrowser customizing

2002-05-13 Thread Peter Stephens
Thanks for the nice sample. Did you know that the BeforeNavigate2 event does not fire? This is due to a COM interop bug (see kb article: Q311298). You can overcome this by also implementing the DWebBrowserEvents (in addition to the DWebBrowserEvents2) sink on the activex web browser control. See

Re: [DOTNET] New online examples of WebBrowser customizing

2002-05-13 Thread David A.
day, May 13, 2002 5:13 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] New online examples of WebBrowser customizing > > In the new book: > > "Component-based development with Visual C#" > > there is a chapter devoted to WebBrowser reuse. After finishing the book, &

[DOTNET] New online examples of WebBrowser customizing

2002-05-13 Thread Ted Faison
In the new book: "Component-based development with Visual C#" there is a chapter devoted to WebBrowser reuse. After finishing the book, I went on the create a couple additional samples to further customize WebBrowser. The samples show how to use IDocHostUIHandler and a number of other interfaces