Re: [DOTNET] Disabling Refresh with the WebBrowser Ax Control

2002-05-06 Thread Peter Stephens
Hi Ted, Thank you for the book suggestion. I might read your book in the future, but currently do not have the time to read a whole book on the subject. For your information, instead of trying to disable the refresh function in MSHTML, I am writing my own private process Pluggable Protocol (URLM

Re: [DOTNET] Disabling Refresh with the WebBrowser Ax Control

2002-05-06 Thread Ted Faison
You might want to check out the new book "Component-based Development with Visual C#". It has a chapter dealing with WebBrowser and MsHtml customization. It shows how to implement IOleClientSite and IDocHostUIHandler interfaces in a Windows Form. It also shows how to support IDocHostShowUI and oth

[DOTNET] Disabling Refresh with the WebBrowser Ax Control

2002-05-04 Thread Peter Stephens
Hi Netters, I am hosting Internet Explorer using the WebBrowser ActiveX control. I made my own custom AxHost subclass and have setup by hand the IWebBrowser, IHTMLDocument2, DWebBrowserEvents2, and IHTMLElement interfaces. This all works and I can display web pages in my control with no problem.