C# and HTML Help

  • Thread starter Thread starter Gigs_
  • Start date Start date
G

Gigs_

I want to create html help reader with c#.
Can someone help me where to start?
I cant find anything on web.


Thanks!
 
You want to create a reader in C#? Have you looked at the WebBrowser
control in the System.Windows.Forms namespace?

Or do you mean you want to create help files for use in the help
browser? If so, take a look at the SandCastle project (it's the code name
for the documentation project at MS).
 

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