NewProcess Event

Creates a new process to handle the navigation.

Syntax

  Private Sub object_NewProcess( _
  ByVal lCauseFlag As Long, _
  ByVal pWB2 As Object, _
  ByVal Cancel As Boolean)

Parameters

  • object
    Object expression that resolves to the objects in the Applies To list.
  • lCauseFlag
    A bitwise combination of the NewProcessCauseConstants enumeration values that describes why the new process was created.
  • pWB2
    A pointer to the new process object.
  • Cancel
    True if the navigation should be canceled; otherwise, False.

Applies To

InternetExplorer, WebBrowser