Searching for something like CHtmlView inside VC++

  • Thread starter Thread starter Bernd Krueger
  • Start date Start date
B

Bernd Krueger

Hallo,

in some of my application I developed with VC++ I used CHtmlView for
formated text output based on HTML. In the current .NET application I need
something similar inside C#. But I can't find it.
Who knows the missing class?

Thanks in advance
Bernd
 
Hallo Bernd,

There's a code sample:

".NET Samples - Windows Forms: ActiveX Hosting" in MSDN's .NET Framework
QuickStarts.
It demonstrates how to host Internet Explorer in your application.

You can also refer to KB article 325079. The "Steps to reproduce the
behavior" section just explains how to add the WebBrowser control to your
app.
 
I dont recall exactly where but I think if you do a Google search for
HTMLHELPVIEWER. I saw it somewhere.

meh
 
Back
Top