摘要: 问题描述: 我做的程序中需要添加帮助文档,我将文档生成了CHM格式,在用户点击帮助按钮时候 弹出帮助文档。实现方法: System.Diagnostics.Process.Start(AppDomain.CurrentDomain.BaseDirectory + "Help/Help.chm"); PS:在网上查的很多资料都是在程序中读取到文件 而不是打开文件显示!Finally,Thank you Mr.Cui ,Thank you help! 阅读全文
posted @ 2013-06-26 10:18 Ruicky 阅读(3300) 评论(0) 推荐(0) 编辑