Fixed the Handle New Window Event
To solve this problem I did the following.
1. Click on Form1.cs Designer
2, Clicked webView1 and looked at properties on right side of the screen.
3. Clicked on The Events icon.
4. Scrolled down to NewWindow and clicked on NewWindow then I hit menu selection and selected
webView1_NewWindow
5. that method was added and I typed the following in the method:
webcontrol1.WebView.Url = e.TargetUrl;
Comments
Post a Comment