Objects


WebBrowser Object

Description

The WebBrowser object is an ActiveX control that allows you to add browsing capabilities to your applications. The WebBrowser control can be used to browse sites on the World Wide Web, as well as directories on the local computer and on network servers.

Properties

Application, Busy, Container, Document, Height, Left, LocationName, LocationURL, Parent, Top, TopLevelContainer, Type, Width

Methods

GoBack, GoForward, GoHome, GoSearch, Navigate, Refresh, Refresh2, Stop

Events

BeforeNavigate, CommandStateChange, DownloadBegin, DownloadComplete, NavigateComplete, NewWindow, ProgressChange, StatusTextChange, TitleChange


WebBrowserApp Object

Description

The WebBrowserApp object allows an application to create and control an instance of the Microsoft Internet Explorer application.

Properties

Application, Busy, Container, Document, FullName, FullScreen, Height, HWND, Left, LocationName, LocationURL, MenuBar, Name, Parent, Path, StatusBar, StatusText, ToolBar, Top, TopLevelContainer, Type, Visible, Width

Methods

ClientToWindow, GetProperty, GoBack, GoForward, GoHome, GoSearch, Navigate, PutProperty, Quit, Refresh, Refresh2, Stop

Events

BeforeNavigate, CommandStateChange, DownloadBegin, DownloadComplete, NavigateComplete, NewWindow, ProgressChange, PropertyChange, Quit, StatusTextChange, TitleChange, WindowActivate, WindowMove, WindowResize

© 1996 Microsoft Corporation