代码如下
Set ie= createobject("InternetExplorer.Application")
ie.left=520
ie.top=300
ie.width=800
ie.height=500
ie.menubar=0
ie.addressbar=0
ie.toolbar=0
ie.statusbar=0
ie.resizable=1
ie.visible=1
ie.navigate ("www.baidu.com")在Win2003上面运行不出现黑框!
在Xp和WIn7上面会出现一闪而过的黑框 然后才会打开IE 
不知道该怎么解决?