CSharp form linked to a .hlp file

  • Thread starter Thread starter I D via .NET 247
  • Start date Start date
I

I D via .NET 247

Hello,

I am CSharp developer working on a bigger proeject.

WHat is the best way to integrate help in a CSharp application. (I mean F1 sensitive help)

I already created with Help&Manual a .hlp file and I am looking for ways to link it to my application and to my forms.Can anyone help?
 
The most obvious way I know of is to check the focus when the help function is called and do a lookup or index of your help based on a tag from the focus object.
 
for windows forms best way is to use HTML help (chm files) amd linking
them with help provider component. Look up helpprovider on msdn for
documentation.
 

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