溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

如何理解vbs的沒公開對象

發(fā)布時間:2021-09-29 14:39:48 來源:億速云 閱讀:113 作者:iii 欄目:開發(fā)技術(shù)

本篇內(nèi)容主要講解“如何理解vbs的沒公開對象”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學(xué)習(xí)“如何理解vbs的沒公開對象”吧!

WSH中可以運用的InternetExplorer.Application
如例:
原代碼:
set ie=createobject("internetexplorer.application")
msgbox "顯示IE"
ie.visible=true
msgbox "隱藏ie"
ie.visible=false
msgbox "關(guān)閉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 Refresh3([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. 

到此,相信大家對“如何理解vbs的沒公開對象”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

vbs
AI