hubdog请进!(100分)

  • 主题发起人 主题发起人 sxx
  • 开始时间 开始时间
S

sxx

Unregistered / Unconfirmed
GUEST, unregistred user!
如同Tthml控件一样:Tthml.sourcetext可以获得一个网页的源文件,在Twebbrowser中将如何做?
hubdog:
交个朋友,在这里我实在是遇到了问题!我在网上等着你。30分先送上,OK?
 
这样吧,你把可执行程序和原码mail给我
我把我的原码和可执行程序mail给你吧
你先给我回个mail吧
 
ie5里,用下面的方法也可以得到source
var
HTMLDocument: IHTMLDocument2;
PersistFile: IPersistFile;
begin
...
HTMLDocument := WebBrowser1.Document as IHTMLDocument2;
Persist := HTMLDocument as IPersistFile;
Persist.Save(StringToOleStr('test.htm'), True);

while HTMLDocument.readyState <> 'complete' do
Application.ProcessMessages;
...
end;
 
我先试一下。
 
IPersistFile在哪个单元里。你是用IE哪个版本?
 
uses activex;
我用ie5.5
 
hubdog:非常感谢!我们交个朋友吧!
 
hehe,别客气,别忘了以后我的问题要积极抢答啊
 
后退
顶部