一个问题急需要求解!!!
我用visual CHM4.0做了个帮助文件,编译的HTML文件,文件后缀为.CHM,
假如我把它放在c盘的根目录下。现在我要在我的程序中点“帮助”打开
帮助文件(mychm.chm).请各位帮忙。
问题点数:50、回复次数:1Top
1 楼things(Loving You)回复于 2003-06-03 23:08:38 得分 50
uses shellapi
ShellExecute(handle, 'open',Pchar('c:\mychm.chm'),nil, nil, sw_ShowNormal);Top
相关问题