Manage Web Browser or control that render HTML

  • Thread starter Thread starter Champika Nirosh
  • Start date Start date
C

Champika Nirosh

Hi All,

Do any of you know a pure manage control, that render html pages. I know
microsoft web browser com, but it is not a manage one.

Thanks,
Nirosh.
 
Do any of you know a pure manage control, that render html pages. I know
microsoft web browser com, but it is not a manage one.

Check out Syncfusion's Essential HTML UI:

http://www.syncfusion.com/products/product.aspx?p=25

It's in beta currently, but will be available shortly. Fully managed,
no wrapper for MSHTML, no dependency on MS IE being installed etc.
(and thus not susceptible to all those MS IE vulnerabilities all the
time)

VS2005 (formerly known as "Whidbey") is supposed to contain a fully
managed wrapper for the COM WebBrowser control, too.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Thanks Marc

Marc Scheuner said:
Check out Syncfusion's Essential HTML UI:

http://www.syncfusion.com/products/product.aspx?p=25

It's in beta currently, but will be available shortly. Fully managed,
no wrapper for MSHTML, no dependency on MS IE being installed etc.
(and thus not susceptible to all those MS IE vulnerabilities all the
time)

VS2005 (formerly known as "Whidbey") is supposed to contain a fully
managed wrapper for the COM WebBrowser control, too.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top