Any native .NET browser implementations?

  • Thread starter Thread starter Brian Link
  • Start date Start date
B

Brian Link

Browser controls in my VB6 apps were workhorses. I haven't had much
luck with performance in the wrapped shdocvw, so I'm wondering if
anyone knows of M$ plans to implement a native browser for .NET? Or
has anyone else done this on their own?

Thanks

BLink
Brian Link in St. Paul
 
Hello Brian,

Thanks for your post. As I understand, the problem you are facing is that
the performance of Browser Control imported to .NET is poor. Please correct
me if there is any misunderstanding. I now share the following information
with you:

1. As you know, VB .NET application need to access the unmanaged COM
component via runtime callable wrapper (RCW). Based on my experience,
however, it does not affect the performance too much. There is a sample in
codeproject which also use the WebBrowser control in .NET, would you please
check its performance and compare with yours?

Using the WebBrowser control in .NET
http://www.codeproject.com/csharp/webbrowser.asp

COM Wrappers
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconcomwrappers.asp

2. For .NET Internet Explorer Control, there is a third-party party control
at
http://www.windowsforms.org/ControlGallery/ControlDetail.aspx?Control=333&ta
bindex=9

I look forward to your feedback.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top