how to prepare .chm files (like MSDN help files)
-
Hi, I want to prepare one compiled HTML file. Looks like MSDN help etc (it should contain one left pane, and right pane, on clicking on any item in left pane, the related html file come into right pane). Ex: MSDN help How to do this? Any one has an idea, tell me some APIs or related ideas to solve this problem. thanks in advance, Perumalla Koteswara Rao. --------------------------------------------------------------------- Genius is one percent inspiration and ninety-nine percent perspiration. --Thomas Alva Edison
-
Hi, I want to prepare one compiled HTML file. Looks like MSDN help etc (it should contain one left pane, and right pane, on clicking on any item in left pane, the related html file come into right pane). Ex: MSDN help How to do this? Any one has an idea, tell me some APIs or related ideas to solve this problem. thanks in advance, Perumalla Koteswara Rao. --------------------------------------------------------------------- Genius is one percent inspiration and ninety-nine percent perspiration. --Thomas Alva Edison
Hi Koteswara, You need to use the "HTML Help WorkShop", this is a freeware program from Microsoft, it includes an API to hook up the help to your program. Read the following article at codeguru to get started "Starting with HTML Help" by Joep Oude Veldhuis. http://codeguru.earthweb.com/help/html\_help.shtml In the article there is a link to download the program. Best regards Jose