tags:

views:

56

answers:

0

Hi, I have a C# application which uses .chm file for context sensitive help. I had to add some more html pages to the existing help. Hence I decompiled it using microsoft HTML help workshop and created a new chm file by compiling the previous set of HHC,HHK,HTML files including the newly added HTML files. Now right page opens whenever F1 is pressed at different windows of the application but I am not getting the contents of the chm file on the left hand side, because of this my application users have no way of exploring the whole help chm file page by page. Since this behavior is after changing he .chm file, I believe it has nothing to do with the application code. After reading around I doubt that it is because the .hhp file my project is creating is missing some of the settings. Please help