L love_renren Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-06 #1 怎样用 ShellAPI 连接帮助文件? 急,我在线等!!谢谢!!
比 比尔.丐痴 Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-06 #3 //*.HLP格式: application.HelpFile:=helppath+'/help.hlp'; application.HelpCommand(help_finder,0); //*.CHM格式: ShellExecute(Handle,'open',pchar(helppath+'/help.chm'),nil,nil,sw_shownormal); //*.exe格式 winexec('c:/help/help.exe',sw_shownormal);
//*.HLP格式: application.HelpFile:=helppath+'/help.hlp'; application.HelpCommand(help_finder,0); //*.CHM格式: ShellExecute(Handle,'open',pchar(helppath+'/help.chm'),nil,nil,sw_shownormal); //*.exe格式 winexec('c:/help/help.exe',sw_shownormal);
A app2001 Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-06 #4 winhelp(getactivewindow(), 'G:/dwf2.hlp', help_contents, 0);
H hugh8888 Unregistered / Unconfirmed GUEST, unregistred user! 2003-11-06 #5 ShellExecute(handle, "open", "help.chm", NULL, NULL, SW_SHOWNORMAL) ShellExecute(NULL, "open", "http://vckbase.yeah.net", NULL, NULL, SW_SHOWNORMAL)
ShellExecute(handle, "open", "help.chm", NULL, NULL, SW_SHOWNORMAL) ShellExecute(NULL, "open", "http://vckbase.yeah.net", NULL, NULL, SW_SHOWNORMAL)