Newsletter

Sign up for our free newsletter. Your email address will only be used to send out the newsletter.


RSS Feeds

Product news

Home arrow FAQs arrow VSdocman FAQs arrow How can I change book icons to folder icons in TOC in CHM?

How can I change book icons to folder icons in TOC in CHM?

Standard chm template creates book icons.

Standard book look

If you want to change to folder

New folder look

you need to specify it in HHC file by this tag:

<param name="ImageType" value="Folder">

To do it, you need to modify your template. Go to Templates folder and open your template in a text editor. Find the line containing this text:

<param name="Window Styles" value="0x800025">

add the following line after it:

<param name="ImageType" value="Folder">

Save the file. Then just compile your documentation using new template.

 
 
© Copyright 2008 Helixoft All rights reserved. | Privacy Statement