L lxggc Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-22 #1 我想对一个 IE 窗口中包含的 Frame 进行分析,但一直无法取得 Frame 的接口,IHtmlDocument2 中提供的 Frames 的类型只是 OleVariant 而不是 IDisptch,如何才能实现对 frame 的存取,请高手赐教! 急!
我想对一个 IE 窗口中包含的 Frame 进行分析,但一直无法取得 Frame 的接口,IHtmlDocument2 中提供的 Frames 的类型只是 OleVariant 而不是 IDisptch,如何才能实现对 frame 的存取,请高手赐教! 急!
X xusong168 Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-22 #2 mshtml.pas中有下面几行,请看: IHTMLDocument2 = interface(IHTMLDocument) property frames: IHTMLFramesCollection2 read Get_frames; IHTMLFramesCollection2 = interface(IDispatch) IHTMLWindow2 = interface(IHTMLFramesCollection2) 看明白没?
mshtml.pas中有下面几行,请看: IHTMLDocument2 = interface(IHTMLDocument) property frames: IHTMLFramesCollection2 read Get_frames; IHTMLFramesCollection2 = interface(IDispatch) IHTMLWindow2 = interface(IHTMLFramesCollection2) 看明白没?
X xusong168 Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-22 #3 http://www.delphibbs.com/delphibbs/dispq.asp?lid=1703135