Click to return to the Reusing Browser Technology home page    
WebBrowser Enumerations     COMMANDSTATECHANGECONSTAN...     WebBrowser Enumerations    
Web Workshop  |  Reusing Browser Technology

BROWSERNAVCONSTANTS Enumerated Type


Contains values used by the IWebBrowser2::Navigate and IWebBrowser2::Navigate2 methods.

Syntax

typedef enum BrowserNavConstants {
    navOpenInNewWindow = 0x1,
    navNoHistory       = 0x2,
    navNoReadFromCache = 0x4,
    navNoWriteToCache  = 0x8,
    navAllowAutosearch = 0x10,
    navBrowserBar      = 0x20
} BrowserNavConstants;

Constants

navOpenInNewWindow Open the resource or file in a new window.
navNoHistory Do not add the resource or file to the history list. The new page replaces the current page in the list.
navNoReadFromCache Not used.
navNoWriteToCache Not used.
navAllowAutosearch If the navigation fails, the autosearch functionality will attempt to navigate common root domains (.com, .edu, and so on). If this still fails, the URL will be passed to a search engine.
navBrowserBar Causes the current Explorer Bar to navigate to the given item, if possible.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Exdisp.h
Minimum availability Internet Explorer 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

DWebBrowserEvents2::BeforeNavigate2, DWebBrowserEvents2::NavigateComplete2, DWebBrowserEvents2::NewWindow2


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.