Home COM GDI+ WebBrowser Data Access 

Associated Browser Reference

 

 

This section describes various application programming interfaces (APIs) that provide access to browser functionality in addition to the MSHTML, WebBrowser control, and hosting references.

 

 

Objects

 

ShellUIHelper

TargetContainer

 

 

TargetFrame2

TargetNotify

 

Interfaces

 

IShellUIHelper

ITargetContainer

ITargetFrame

 

 

ITargetFrame2

ITargetNotify

 

 

Functions

LaunchConnectionDialog

LaunchInternetControlPanel

 

LaunchPrivacyDialog

LaunchSecurityDialog

 

 

Enumerations

 

FINDFRAME_FLAGS

 

Defines a set of flags used with the ITargetFrame2::FindFrame method.

 

%FINDFRAME_NONE = 0

' Searches for a frame without setting any conditions.

%FINDFRAME_JUSTTESTEXISTENCE = 1

' Searches for a frame and verifies that it exists.

%FINDFRAME_INTERNAL = &H80000000

' Searches for a frame internally.

 

 

FRAMEOPTIONS_FLAGS

 

Defines a set of flags used with the ITargetFrame2::GetFrameOptions and ITargetFrame2::SetFrameOptions methods.

 

%FRAMEOPTIONS_SCROLL_YES = &H00000001
' Enables scrolling.
%FRAMEOPTIONS_SCROLL_NO = &H00000002
' Does not enable scrolling.
%FRAMEOPTIONS_SCROLL_AUTO = &H00000004
' Enables autoscrolling.
%FRAMEOPTIONS_NORESIZE = &H00000008
' Does not enable resizing.
%FRAMEOPTIONS_NO3BORDER = &H00000010
' Does not support 3-D borders.
%FRAMEOPTIONS_DESKTOP = &H00000020
' Not supported.
%FRAMEOPTIONS_BROWSERBAND = &H00000040
' Not supported.

 

Remarks

 

You can choose one or more of these flags to specify options for a frame; however, the three scrolling options are mutually exclusive.

 

 

Page last updated on Saturday, 07 January 2006 18:13:02 +0100