[转帖]
对于html帮助,如果用6.0或是8.0的安装向导,需要选择html帮助引擎。若是使用第三方安装程序,建议采用shell32.dll的调用,下面是一个.prg
way=sys(5)+curdir()
declare integer ShellExecute in shell32;
&&注意大小写
integer hwnd,;
string lpverb,;
string lpfile,;
string lpparameters,;
string lpdirectory,;
long nshowcmd
lpfile=way+'help.chm'
&&帮助文件名的详细路径
=ShellExecute(0,"open",lpfile,"","",1)
而后,设定F1为快捷键,相应的程序代码为“do help.prg”即可