Any new .Net component which replaces the "MS Web Browser" Com one ?

  • Thread starter Thread starter genc_ymeri
  • Start date Start date
G

genc_ymeri

Hi,
I needed a web browser component in a C# win form and I realized the I had
to use the COM MS web browser (..\shdocvw.dll). Is there any better solution
?

Thank you very much in advance,
Genc Ymeri
QuadraMed, VA
 
Joerg Jooss said:
Windows Forms 2.0 will feature the new WebBrowser control, which is a
managed code wrapper for the IE ActiveX control. Have a look at
http://www.ondotnet.com/pub/a/dotnet/2005/05/10/liberty.html


Cheers,

Note that the component is exactly the same ActiveX control (shell.explorer
from shldocvw.dll) as before, the only difference is that you have now a
cleaned-up .NET friendly managed wrapper in the toolbox.

Willy.
 
thank you all !

Willy Denoyette said:
Note that the component is exactly the same ActiveX control
(shell.explorer from shldocvw.dll) as before, the only difference is that
you have now a cleaned-up .NET friendly managed wrapper in the toolbox.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top