Home > Software engineering >  Could you tell me the WebBrowser control problem
Could you tell me the WebBrowser control problem

Time:10-13

I loaded on form1 form a WebBrowser1 and a WebBrowser2 and a WebBrowser3 controls, I in WebBrowser1 loading a web page, there is a button on the web, click finish will pop two pages together window 1 and 2, first pop up web page window 1 can be
Displayed in WebBrowser2, code is as follows:
Private Sub WebBrowser1_NewWindow2 (ppDisp As Object, Cancel the As Boolean)
The Set ppDisp=WebBrowser2. Object
End Sub
After the pop up window 2 is displayed through the IE browser, I want to let it show in WebBrowser3 displayed rather than by IE, can you tell me how to implement?

CodePudding user response:

There anyone who can?
  • Related