C# Outlook COM Add-in CHM Help

N

Nays

Hi

I am trying to add a chm help file to my Outlook 2003 add-in and I
would like it to appear in Outlook's main help on the right hand side.
How would I go about this?

I can get the help to display in its own windows but this is not really
what I am after. I want to add to Outlook's main table of contents.

My code to display it at the moment is:

public void showHelp(System.Windows.Forms.Control control)
{
Help.ShowHelpIndex(control, "Path/To/OutlookAddin.chm");

}

Many Thanks
 

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

Top