K
kimiraikkonen
Hi,
In VB 2005 express, i didn't see any events such "NewWindow2" and
"NewWindow3" as stated in MSDN or other websites. Only "NewWindow" is
present.
Only "newwindow" is there:
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As Object,
ByVal e As System.ComponentModel.CancelEventArgs) Handles
WebBrowser1.NewWindow
' Code
End Sub
Why?
In VB 2005 express, i didn't see any events such "NewWindow2" and
"NewWindow3" as stated in MSDN or other websites. Only "NewWindow" is
present.
Only "newwindow" is there:
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As Object,
ByVal e As System.ComponentModel.CancelEventArgs) Handles
WebBrowser1.NewWindow
' Code
End Sub
Why?