Is there a way to prevent a new window from opening and to just navigate to the page instead within the current browser window?
I can catch the trigger by using the Args.URI to get the destination but I can't work out how to then kill or cancel the new window from loading.
Private Sub EdgeWebBrowser_OnNewWindowRequested(ByVal Args As AntViewAx.IAntViewNewWindowRequestedEventArgs)
EdgeWebBrowser.Navigate Args.URI
End Sub
Thanks
I can catch the trigger by using the Args.URI to get the destination but I can't work out how to then kill or cancel the new window from loading.
Private Sub EdgeWebBrowser_OnNewWindowRequested(ByVal Args As AntViewAx.IAntViewNewWindowRequestedEventArgs)
EdgeWebBrowser.Navigate Args.URI
End Sub
Thanks