如何在HTML Help Workshop中设置.CHM文件的默认页面?

当我打开帮助(.chm)应用程序时,我可以看到目录。默认情况下,选择文件中的第一个条目,但是我看不到相应的页面数据。相反,我看到“此程序无法显示网页”(IE7中出现的默认错误消息)。仅当我单击左侧的任何内容时才会显示该页面。 有没有办法默认显示页面而不点击条目? 以下代码是.hhp文件。
[OPTIONS]
Compatibility = 1.1 or later
Compiled file=Config.chm
Contents file=Config.hhc
Default topic=D:appsbinDebughtmlDatabases.htm
Language=0x409 English (United States)
Display compile progress=No
Title=ETL_Config Documentation

[FILES]
D:appsbinDebughtmlDatabases.htm
D:appsbinDebughtmlInstanceInformation.htm
    
已邀请:
您的默认主题应引用CHN文件中的相对文件名,而不是chm之外的文件。     

要回复问题请先登录注册