【发布时间】:2015-12-21 09:16:56
【问题描述】:
当我双击打开我的 chm 文件时,所有外部链接都可以使用。但是当我通过 winform 按钮单击事件打开我的 chm 文件时,外部链接不起作用。 外部链接包括一些 pdf 文件。我开始 chm 如下;
pDokumantationCHMFile.StartInfo.FileName = @"C:\Users\Administrator\Desktop\MANUEL\Example.chm";
pDokumantasyonCHMFile.Start();
这可能是什么原因?
【问题讨论】:
-
我不太确定,但这是您的代码示例中的错字吗?pDokumantasyonCHMFile.Start(); => pDokumantationCHMFile.Start();
-
是的,我用这种方式启动 chm