Help authoring tools for WinForms...

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

I want to integrate a help system into my WinForm app. Any suggestions on
where to start?

Thanks,
Charlie
 
Charlie@CBFC said:
I want to integrate a help system into my WinForm app. Any suggestions on
where to start?

Take a look at the 'HelpProvider' component, which is available in the
toolbox (and its documentation, BTW). HTML Help files can be created using
Microsoft HTML Help Workshop, which is included in some versions of VS, or
can be downloaded for free from the Microsoft Web site otherwise.
 
Back
Top