G
Guest
Our application currently uses the HtmlHelp library to show help pages. We
have a top level CHM file made up of sub CHM files. Clients can invoke our
ShowHelp method and pass the name of their CHM file and the page internally
to show. We can show this page just fine with HTMLHelp.
We are trying to switch to System.Windows.Forms.Help and its ShowHelp
method, however the format of the 'url' to the CHM seems to be different.
HtmlHelp supports the following URL format:
"Main.Chm::/SubChmFile.Chm::/SubChmFilePage.htm"
The .NET equivalent throws an exception when this is done. All I Have been
able to do is show the help book without specifying a specific page. Is
there a way to get the .NET version to show a page within the main CHM book
or a sub CHJM book?
Thank You,
have a top level CHM file made up of sub CHM files. Clients can invoke our
ShowHelp method and pass the name of their CHM file and the page internally
to show. We can show this page just fine with HTMLHelp.
We are trying to switch to System.Windows.Forms.Help and its ShowHelp
method, however the format of the 'url' to the CHM seems to be different.
HtmlHelp supports the following URL format:
"Main.Chm::/SubChmFile.Chm::/SubChmFilePage.htm"
The .NET equivalent throws an exception when this is done. All I Have been
able to do is show the help book without specifying a specific page. Is
there a way to get the .NET version to show a page within the main CHM book
or a sub CHJM book?
Thank You,