InternetExplorer.Application

Definitions from typelib: [IWebBrowser2] with the brief documentation: [Web Browser Interface for IE4.]

In Registry since: 20050913 16:22:03
Description Internet Explorer(Ver 1.0)
CLSID {0002DF01-0000-0000-C000-000000000046}
VersionIndependentProgID InternetExplorer.Application
ProgID InternetExplorer.Application.1
LocalServer32 D:\Programme\Internet Explorer\iexplore.exe
[2004-08-04 00:57:58] [93,184 Bytes]

show 16 Method[s]
No. Name Documentation, Argument[s], Return Value
1 ClientToWindow Converts client sizes into window sizes.
arg:
# 1: pcx in /out VT_PTR
# 2: pcy in /out VT_PTR
returns: VT_VOID ( no return value )
2 ExecWB IOleCommandTarget::Exec
arg:
# 1: cmdID in VT_USERDEFINED
# 2: cmdexecopt in VT_USERDEFINED
# 3: [ pvaIn ] in [ optional ] VT_PTR
# 4: [ pvaOut ] in /out [ optional ] VT_PTR
returns: VT_VOID ( no return value )
3 GetProperty Retrieve the Associated value for the property vtValue in the context of the object.
arg:
# 1: Property in VT_BSTR
returns: VT_VARIANT
4 GoBack Navigates to the previous item in the history list.
returns: VT_VOID ( no return value )
5 GoForward Navigates to the next item in the history list.
returns: VT_VOID ( no return value )
6 GoHome Go home/start page.
returns: VT_VOID ( no return value )
7 GoSearch Go Search Page.
returns: VT_VOID ( no return value )
8 Navigate Navigates to a URL or file.
arg:
# 1: URL in VT_BSTR
# 2: [ Flags ] in [ optional ] VT_PTR
# 3: [ TargetFrameName ] in [ optional ] VT_PTR
# 4: [ PostData ] in [ optional ] VT_PTR
# 5: [ Headers ] in [ optional ] VT_PTR
returns: VT_VOID ( no return value )
9 Navigate2 Navigates to a URL or file or pidl.
arg:
# 1: URL in VT_PTR
# 2: [ Flags ] in [ optional ] VT_PTR
# 3: [ TargetFrameName ] in [ optional ] VT_PTR
# 4: [ PostData ] in [ optional ] VT_PTR
# 5: [ Headers ] in [ optional ] VT_PTR
returns: VT_VOID ( no return value )
10 PutProperty Associates vtValue with the name szProperty in the context of the object.
arg:
# 1: Property in VT_BSTR
# 2: vtValue in VT_VARIANT
returns: VT_VOID ( no return value )
11 QueryStatusWB IOleCommandTarget::QueryStatus
arg:
# 1: cmdID in VT_USERDEFINED
returns: VT_USERDEFINED
12 Quit Exits application and closes the open document.
returns: VT_VOID ( no return value )
13 Refresh Refresh the currently viewed page.
returns: VT_VOID ( no return value )
14 Refresh2 Refresh the currently viewed page.
arg:
# 1: [ Level ] in [ optional ] VT_PTR
returns: VT_VOID ( no return value )
15 ShowBrowserBar Set BrowserBar to Clsid
arg:
# 1: pvaClsid in VT_PTR
# 2: [ pvarShow ] in [ optional ] VT_PTR
# 3: [ pvarSize ] in [ optional ] VT_PTR
returns: VT_VOID ( no return value )
16 Stop Stops opening a file.
returns: VT_VOID ( no return value )

show 14 Read-only Properties
No. Name Documentation, Return Value
1 Application Returns the application automation object if accessible, this automation object otherwise..
returns: VT_DISPATCH
2 Busy Query to see if something is still in progress.
returns: VT_BOOL
3 Container Returns the container/parent automation object, if any.
returns: VT_DISPATCH
4 Document Returns the active Document automation object, if any.
returns: VT_DISPATCH
5 FullName Returns file specification of the application, including path.
returns: VT_BSTR
6 HWND Returns the HWND of the current IE window.
returns: VT_I4
7 LocationName Gets the short (UI-friendly) name of the URL/file currently viewed.
returns: VT_BSTR
8 LocationURL Gets the full URL/path currently viewed.
returns: VT_BSTR
9 Name Returns name of the application.
returns: VT_BSTR
10 Parent Returns the automation object of the container/parent if one exists or this automation object.
returns: VT_DISPATCH
11 Path Returns the path to the application.
returns: VT_BSTR
12 ReadyState n/a
returns: VT_USERDEFINED
13 TopLevelContainer Returns True if this is the top level object.
returns: VT_BOOL
14 Type Returns the type of the contained document object.
returns: VT_BSTR

show 0 Write-only Properties

show 17 Read/Write Properties
No. Name Documentation, Argument[s], Return Value
1 AddressBar Controls whether address bar is shown
needs/returns: VT_BOOL
2 FullScreen Maximizes window and turns off statusbar, toolbar, menubar, and titlebar.
needs/returns: VT_BOOL
3 Height The vertical dimension (pixels) of the frame window/object.
needs/returns: VT_I4
4 Left The horizontal position (pixels) of the frame window relative to the screen/container.
needs/returns: VT_I4
5 MenuBar Controls whether menubar is shown.
needs/returns: VT_BOOL
6 Offline Controls if the frame is offline (read from cache)
needs/returns: VT_BOOL
7 RegisterAsBrowser Registers OC as a top-level browser (for target name resolution)
needs/returns: VT_BOOL
8 RegisterAsDropTarget Registers OC as a drop target for navigation
needs/returns: VT_BOOL
9 Resizable Controls whether the window is resizable
needs/returns: VT_BOOL
10 Silent Controls if any dialog boxes can be shown
needs/returns: VT_BOOL
11 StatusBar Turn on or off the statusbar.
needs/returns: VT_BOOL
12 StatusText Text of Status window.
needs/returns: VT_BSTR
13 TheaterMode Controls if the browser is in theater mode
needs/returns: VT_BOOL
14 ToolBar Controls which toolbar is shown.
needs/returns: VT_INT
15 Top The vertical position (pixels) of the frame window relative to the screen/container.
needs/returns: VT_I4
16 Visible Determines whether the application is visible or hidden.
needs/returns: VT_BOOL
17 Width The horizontal dimension (pixels) of the frame window/object.
needs/returns: VT_I4

show 0 Methods with Unknown Invocation Type Properties

show 33 Event(s)
No. Name Documentation, Argument[s], Return Value
1 BeforeNavigate2 Fired before navigate occurs in the given WebBrowser (window or frameset element). The processing of this navigation may be modified.
arg:
# 1: pDisp in VT_DISPATCH
# 2: URL in VT_PTR
# 3: Flags in VT_PTR
# 4: TargetFrameName in VT_PTR
# 5: PostData in VT_PTR
# 6: Headers in VT_PTR
# 7: Cancel in /out VT_PTR
2 ClientToHostWindow Fired to request client sizes be converted to host window sizes
arg:
# 1: CX in /out VT_PTR
# 2: CY in /out VT_PTR
3 CommandStateChange The enabled state of a command changed.
arg:
# 1: Command in VT_I4
# 2: Enable in VT_BOOL
4 DocumentComplete Fired when the document being navigated to reaches ReadyState_Complete.
arg:
# 1: pDisp in VT_DISPATCH
# 2: URL in VT_PTR
5 DownloadBegin Download of a page started.
 
6 DownloadComplete Download of page complete.
 
7 FileDownload Fired to indicate the File Download dialog is opening
arg:
# 1: Cancel in /out VT_PTR
8 NavigateComplete2 Fired when the document being navigated to becomes visible and enters the navigation stack.
arg:
# 1: pDisp in VT_DISPATCH
# 2: URL in VT_PTR
9 NavigateError Fired when a binding error occurs (window or frameset element).
arg:
# 1: pDisp in VT_DISPATCH
# 2: URL in VT_PTR
# 3: Frame in VT_PTR
# 4: StatusCode in VT_PTR
# 5: Cancel in /out VT_PTR
10 NewWindow2 A new, hidden, non-navigated WebBrowser window is needed.
arg:
# 1: ppDisp in /out VT_PTR
# 2: Cancel in /out VT_PTR
11 NewWindow3 A new, hidden, non-navigated WebBrowser window is needed.
arg:
# 1: ppDisp in /out VT_PTR
# 2: Cancel in /out VT_PTR
# 3: dwFlags in VT_UI4
# 4: bstrUrlContext in VT_BSTR
# 5: bstrUrl in VT_BSTR
12 OnFullScreen Fired when fullscreen mode should be on/off
arg:
# 1: FullScreen in VT_BOOL
13 OnMenuBar Fired when the menubar should be shown/hidden
arg:
# 1: MenuBar in VT_BOOL
14 OnQuit Fired when application is quiting.
 
15 OnStatusBar Fired when the statusbar should be shown/hidden
arg:
# 1: StatusBar in VT_BOOL
16 OnTheaterMode Fired when theater mode should be on/off
arg:
# 1: TheaterMode in VT_BOOL
17 OnToolBar Fired when the toolbar should be shown/hidden
arg:
# 1: ToolBar in VT_BOOL
18 OnVisible Fired when the window should be shown/hidden
arg:
# 1: Visible in VT_BOOL
19 PrintTemplateInstantiation Fired when a print template is instantiated.
arg:
# 1: pDisp in VT_DISPATCH
20 PrintTemplateTeardown Fired when a print template destroyed.
arg:
# 1: pDisp in VT_DISPATCH
21 PrivacyImpactedStateChange Fired when the global privacy impacted state changes
arg:
# 1: bImpacted in VT_BOOL
22 ProgressChange Fired when download progress is updated.
arg:
# 1: Progress in VT_I4
# 2: ProgressMax in VT_I4
23 PropertyChange Fired when the PutProperty method has been called.
arg:
# 1: szProperty in VT_BSTR
24 SetSecureLockIcon Fired to indicate the security level of the current web page contents
arg:
# 1: SecureLockIcon in VT_I4
25 StatusTextChange Statusbar text changed.
arg:
# 1: Text in VT_BSTR
26 TitleChange Document title changed.
arg:
# 1: Text in VT_BSTR
27 UpdatePageStatus Fired when a page is spooled. When it is fired can be changed by a custom template.
arg:
# 1: pDisp in VT_DISPATCH
# 2: nPage in VT_PTR
# 3: fDone in VT_PTR
28 WindowClosing Fired when the WebBrowser is about to be closed by script
arg:
# 1: IsChildWindow in VT_BOOL
# 2: Cancel in /out VT_PTR
29 WindowSetHeight Fired when the host window should change its height
arg:
# 1: Height in VT_I4
30 WindowSetLeft Fired when the host window should change its Left coordinate
arg:
# 1: Left in VT_I4
31 WindowSetResizable Fired when the host window should allow/disallow resizing
arg:
# 1: Resizable in VT_BOOL
32 WindowSetTop Fired when the host window should change its Top coordinate
arg:
# 1: Top in VT_I4
33 WindowSetWidth Fired when the host window should change its width
arg:
# 1: Width in VT_I4

show 89 Constant(s)


Created with ooRexx (Open Object Rexx) ("rgf_oleinfo.html") on [20060801 16:10:41] run by [Administrator/RONYFUJI@\\RONYFUJI]