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
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