• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • vbs
  • DOS/BAT
  • hta/htc
  • python
  • perl
  • VBA
  • ColdFusion
  • ruby
  • PowerShell
  • Lua
  • Golang
  • linux shell
您的位置:首页 > 脚本语言 >vbs > vbs得没公开对象

vbs得没公开对象

作者: 字体:[增加 减小] 来源:互联网

通过本文主要向大家介绍了vbs 对象,vbs,vbs整人代码,vbs程序代码,vbs教程等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
WSH中可以运用的InternetExplorer.Application
如例:
原代码:
set ie=createobject("internetexplorer.application")
msgbox "显示IE"
ie.visible=true
msgbox "隐藏ie"
ie.visible=false
msgbox "关闭ie"
ie.quit


下面这是internetexplorer.application的方法
如上面用的
ie.visible==false同ie.visible=true
就是用这个方法
Property Visible As Boolean
Determines whether the application is visible or hidden.

方法:
Property AddressBar As Boolean
Controls whether address bar is shown
Property Application As Object
Returns the application automation object if accessible, this automation object otherwise..
Property Busy As Boolean
Query to see if something is still in progress.
Sub ClientToWindow(pcx As Long, pcy As Long)
Converts client sizes into window sizes.
Property Container As Object
Returns the container/parent automation object, if any.
Property Document As Object
Returns the active Document automation object, if any.
Sub ExecWB(ByVal cmdID As OLECMDID, ByVal cmdexecopt As OLECMDEXECOPT, [pvaIn], [pvaOut])
IOleCommandTarget::Exec
Property FullName As String
Returns file specification of the application, including path.
Property FullScreen As Boolean
Maximizes window and turns off statusbar, toolbar, menubar, and titlebar.
Function GetProperty(ByVal Property As String)
Retrieve the Associated value for the property vtvalue in the context of the object.
Sub GoBack
Navigates to the previous item in the history list.
Sub GoForward
Navigates to the next item in the history list.
Sub GoHome
Go home/start page.
Sub GoSearch
Go Search Page.
Property Height As Long
The vertical dimension (pixels) of the frame window/object.
Property HWND As Long
Returns the HWND of the current IE window.
Property Left As Long
The horizontal position (pixels) of the frame window relative to the screen/container.
Property LocationName As String
Gets the short (UI-friendly) name of the URL/file currently viewed.
Property LocationURL As String
Gets the full URL/path currently viewed.
Property MenuBar As Boolean
Controls whether menubar is shown.
Property Name As String
Returns name of the application.
Sub Navigate(ByVal URL As String, [Flags], [TargetFrameName], [PostData], [Headers])
Navigates to a URL or file.
Sub Navigate2(URL, [Flags], [TargetFrameName], [PostData], [Headers])
Navigates to a URL or file or pidl.
Property Offline As Boolean
Controls if the frame is offline (read from cache)
Property Parent As Object
Returns the automation object of the container/parent if one exists or this automation object.
Property Path As String
Returns the path to the application.
Sub PutProperty(ByVal Property As String, ByVal vtvalue)
Associates vtvalue with the name szProperty in the context of the object.
Function QueryStatusWB(ByVal cmdID As OLECMDID) As OLECMDF
IOleCommandTarget::QueryStatus
Sub Quit
Exits application and closes the open document.
Property ReadyState As tagREADYSTATE
no description available
Sub Refresh
Refresh the currently viewed page.
Sub Refresh2([Level])
Refresh the currently viewed page.
Property RegisterAsBrowser As Boolean
Registers OC as a top-level browser (for target name resolution)
Property RegisterAsDropTarget As Boolean
Registers OC as a drop target for navigation
Property Resizable As Boolean
Controls whether the window is resizable
Sub ShowBrowserBar(pvaClsid, [pvarShow], [pvarSize])
Set BrowserBar to Clsid
Property Silent As Boolean
Controls if any dialog boxes can be shown
Property StatusBar As Boolean
Turn on or off the statusbar.
Property StatusText As String
Text of Status window.
Sub Stop
Stops opening a file.
Property TheaterMode As Boolean
Controls if the browser is in theater mode
Property ToolBar As Long
Controls which toolbar is shown.
Property Top As Long
The vertical position (pixels) of the frame window relative to the screen/container.
Property TopLevelContainer As Boolean
Returns True if this is the top level object.
Property Type As String
Returns the type of the contained document object.
Property Visible As Boolean
Determines whether the application is visible or hidden.
Property Width As Long
The horizontal dimension (pixels) of the frame window/object.  </div>

您可能想查找下面的文章:

  • vbs得没公开对象
  • VBS创建正则表达式对象的两种方法
  • VBS面向对象编程与Me关键字使用介绍
  • VBS教程:对象-Class 对象
  • VBS教程:对象-Err
  • VBS教程:对象-Match 对象
  • VBS教程:对象-Dictionary
  • VBS教程:对象-Drive 对象
  • VBS教程:对象-Files 集合
  • VBS教程:对象-Folder 对象

相关文章

  • vbsTree VBS脚本模拟tree命令
  • VBS教程:字符集 (0 - 127)
  • VBS教程:方法-MoveFolder 方法
  • 好玩的vbs特色代码vbs栈类
  • 使用 iisweb.vbs start 启动网站的方法
  • 完整的注册表操作实例 VBS脚本
  • VBS教程:正则表达式简介 -定位符
  • 提权vbs代码
  • 了解VBE VBE则是编译后(加密)的VBS代码
  • VBS教程:函数-Abs 函数

文章分类

  • vbs
  • DOS/BAT
  • hta/htc
  • python
  • perl
  • VBA
  • ColdFusion
  • ruby
  • PowerShell
  • Lua
  • Golang
  • linux shell

最近更新的内容

    • VBS教程:对象-Files 集合
    • 发老兵及海洋VBS解包工具代码
    • VBS教程:函数-UCase 函数
    • VBS教程:函数-TimeSerial 函数
    • vbs mdb打包解包代码打包
    • whoami.vbs源代码
    • 飘叶千夫指源代码,qq刷屏器源码
    • 编写可以打开文本文件并打乱在该文件中所找到的单词顺序的vbs脚本
    • VBS教程:运算符-Imp 运算符
    • VBS教程:属性-CompareMode 属性

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有