C# Ctrl like the MFC HtmlView?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

In MFC, there was a class that implemented an html view, is there an equivalent class for the .net framework

best regards Jesper.
 
Jesper,

You can use the COM interop layer and use the WebBrowser control to show
HTML in your app. You will have to place it in your toolbox (right click
the toolbox and select customize).

Also, in the next release of .NET, there will be a managed wrapper for
the WebBrowser control that is included as part of the Windows Forms
namespace.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Jesper said:
Hi,

In MFC, there was a class that implemented an html view, is there an
equivalent class for the .net framework,
 
Back
Top