S silver888 Unregistered / Unconfirmed GUEST, unregistred user! 2007-03-11 #1 如题 其中htm文件是本地的,直接打开的,不要在webbrowse里显示 请高手指点
S silver888 Unregistered / Unconfirmed GUEST, unregistred user! 2007-03-11 #3 能具体些么? 我在DFW上也查找了一下,没看到显示本地htm的
L lisongmagic Unregistered / Unconfirmed GUEST, unregistred user! 2007-03-11 #4 呵呵,这佷简单啊,用windows api就行了: uses shellApi; ShellExecute(handle, 'open', 'file.doc', nil, nil, SW_SHOWNORMAL); ShellExecute(handle, 'open', 'file.htm', nil, nil, SW_SHOWNORMAL);
呵呵,这佷简单啊,用windows api就行了: uses shellApi; ShellExecute(handle, 'open', 'file.doc', nil, nil, SW_SHOWNORMAL); ShellExecute(handle, 'open', 'file.htm', nil, nil, SW_SHOWNORMAL);