C creazyboy Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #1 如题[blue][/blue][h2][/h2]
南 南宫吹云 Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #2 winexec('IEXPLORE.EXE your.htm',sw_normal)行不行?
Y yzhshi Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #4 这样,使用默认的打开htm的工具打开,此办法相当于双击Html文件,对其他文件类型文件适用。 uses ShellApi; ShellExecute(Handle,'open','C:/YouFile.Htm',nil,nil,SW_Normal);
这样,使用默认的打开htm的工具打开,此办法相当于双击Html文件,对其他文件类型文件适用。 uses ShellApi; ShellExecute(Handle,'open','C:/YouFile.Htm',nil,nil,SW_Normal);
V vine Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #5 ShellExecute(Handle,'open','C:/YouFile.Htm',nil,nil,SW_Normal); 只会调用默认的浏览器来打开 可能在有的机子上面会用腾迅的来打开 如果想调用IE来打开, 还是用winexec('IEXPLORE.EXE your.htm',sw_normal)好
ShellExecute(Handle,'open','C:/YouFile.Htm',nil,nil,SW_Normal); 只会调用默认的浏览器来打开 可能在有的机子上面会用腾迅的来打开 如果想调用IE来打开, 还是用winexec('IEXPLORE.EXE your.htm',sw_normal)好