Viewing HTML in C# application

  • Thread starter Thread starter David
  • Start date Start date
D

David

Is it possible to view simple html files inside a C# application? I want to
write a set of help pages in HTML and view them within my C# application.
The pages will have links on them so when you click them it will navigate to
other pages. The reason I want it done in HTML is so that I can modify the
help pages after compile time. Any ideas or suggestions of an alternative.

Thanks.
D.
 
David said:
I want to write a set of help pages in HTML and
view them within my C# application.

Why not use the free Microsoft HTML Help Workshop?
The reason I want it done in HTML is so that I can
modify the help pages after compile time.

You can always distribute an updated help file (*.chm).

P.
 
Why not use the free Microsoft HTML Help Workshop?


i suppose because
""

Vladimir Scherbina
Ukraine, Kiev
 

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