Re: Why are NewWindow2 & NewWindow3 events missing?

Tech-Archive recommends: Speed Up your PC by fixing your registry



Kimi,

Most documentation about the webbrowser on MSDN is about the AXWebbrowser, in fact shdocvw.dll

In net 2005 is a new class around that introduced, which has some properties that even inplements using that MSHTML and a much nicer way to handle the DOM (document).

The backside of it, is that it has less events then the true AXWebbrowser has. (In fact has Herfried writtem an othwer way already).

Cor

.



Relevant Pages

  • Re: Difference between vs2005 WebBrowser and AxWebBrowser components?
    ... AxWebBrowser is an automatically generated wrapper, ... ActiveX control via the ActiveXInstance property. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: View Source from WebBrowser (2005)
    ... behave differently between the two controls? ... paragraph, whereas appears to be a double-spaced new paragraph. ... If I do this with the AxWebBrowser which does not need the cast, ... Have you a solution for me with the webbrowser. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: how to display HTML
    ... show it as page the Axwebbrowser is very good for it. ... In the customize toolbox select Com and in that Microsoft Webbrowser ... Private Sub Button1_Click(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: View Source from WebBrowser (2005)
    ... My expirience is that I cannot use the documentation for the AxWebbrowser ... The confusing part is that Microsoft is talking on MSDN about the Webbrowser ... Dim cmdt As IOleCommandTarget ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Difference between vs2005 WebBrowser and AxWebBrowser components?
    ... I've just had to refactor a pile of code that used the AxWebBrowser version ... because I was getting obscure versioning issues on ... The WebBrowser ...
    (microsoft.public.dotnet.languages.csharp)