我用IShellWindows操作IE ,怎么操作当前IE?(100分)

  • 主题发起人 主题发起人 hpn_cao(小海)
  • 开始时间 开始时间
H

hpn_cao(小海)

Unregistered / Unconfirmed
GUEST, unregistred user!
我的代码:
var
ShellWindow: IShellwindows ;
IEThis:IWebbrowser2;
begin
shellwindow:= CoShellWindows.Create;
IEThis := shellwindow.Item(0) as IWebbrowser2 ;
end ;

这只是操作第一个IE窗口,怎么操作第一个?
 
谢谢,我已经解决了
 

Similar threads

I
回复
0
查看
532
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部