WebView / NewView
Posted
#1
(In Topic #1083)
Trainee

how can I handle a NewView-event? I tried to attach the NewView-property to a new WebView, but NewView is always NULL …
Code
Public Sub wbv_NewView()
Debug IsNull(wbv.NewView) ' TRUE!
End
Thanks!
Posted
Guru


Have a look at the WebBrowser Example on the Farm. It has an example of the event being used: -
<IMG src="https://www.cogier.com/gambas/NewWindow.png">
</IMG>
Posted
Trainee

1 guest and 0 members have just viewed this.



