objexplorer 相关的软件列表

首页

vbs之使用Internet Explorer 屏蔽密码

2020-02-16 标签:vbs,使用,internet,explorer,屏蔽,密码,实现,代码,如下,set,objexplorer,wscript,application,ie,navigate,file,c,scripts

实现代码如下:Set objExplorer = WScript.CreateObject _("InternetExplorer.Application", "IE_")objExplorer.Navigate "file:///c:\scripts\password.htm"objExplore

VBScript在网页中显示服务
VB

VBScript在网页中显示服务

2020-02-16 标签:vbs,在网,显示,服务,strcomputer,set,objexplorer,wscript,application,navigate,blank,toolbar,statusbar,visible

strComputer = "."Set objExplorer = WScript.CreateObject("InternetExplorer.Application")objExplorer.Navigate "about:blank"objExplorer.ToolBar = 0objExp