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.
如例:
原代码:
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.
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
暂无评论...
更新日志
2024年11月22日
2024年11月22日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]