C coolingxyz Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #1 我做了个chm格式的帮助文件,但不知道delphi里怎么调用。 请大家给点意见。只要能打开就可以了,不需要跳到哪一页 了。谢谢。 积了两天,只有10分。
C coolingxyz Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #2 shellexcute("winhelp c:/../xxx.chm") 我不知道要包含什么头文件呀。说没有定义shellexcute 。请帮忙!
J jsxjd Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #3 可以网上找一下API的声明文件。 比较麻烦,D6中还不支持这种格式。
R rainsea Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #4 1.WinExec('hh ../xxx.chm',sw_shownormal); 2.ShellExecute(Handle,'Open','../xxx.chm',nil,nil,sw_shownormal); 3.htmlhelp(); 自己到msdn和delphi帮助中找去吧。
1.WinExec('hh ../xxx.chm',sw_shownormal); 2.ShellExecute(Handle,'Open','../xxx.chm',nil,nil,sw_shownormal); 3.htmlhelp(); 自己到msdn和delphi帮助中找去吧。
R rainsea Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #5 ShellExecute();函数在ShellAPI单元。 QQ:35735257
L lxv Unregistered / Unconfirmed GUEST, unregistred user! 2002-08-15 #6 shellapi.shellexecute(' the chm file','',这个参数忘了,sw_xxxx);