ShellExecute 问题ShellExecute(Application.Handle,'open',pchar('c:\xt\xt.chm'),nil,nil,sw_show);这样显示了一个文档,这个文档在程序之外显示,如果显示到指定的form上?[解决办法]把帮助文件做成txt,然后Memo Load即可。chm嵌入到exe好像没有做过