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,
 

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