how do you render html in a C# form?

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

Guest

Hi all;
i'm looking for information on rendering html within the context of a C#
form using .NET 1.1 framework. is there a control in VS 2003 that would allow
this to be easily done?

Thanks
 
i wasn't specific enough. sorry
what i'm looking for is how to display an html page within the context of a
windows application i created. The whole story is we have created this
elaborate help system of html pages and now want to leverage those pages
within a computer based training application tha is a windows form which will
be created in C#. is there a window control that would allow the html to be
viewed in a panel?
 
Shawn,
You want the WebBrowser control, which wraps Internet Explorer
functionality. You should be able to find this on the COM Tab when using
Add/Remove Items via a right-click on the Toolbox.
Peter
 
Back
Top