I'm writing a small browser app in vfp around the Microsoft Browser control. All works fine except any page that opens a new window, opens it in IE. I have put code into Newwindow3 method which opens up a new instance of my browser, with the correct page, but the page still opens in IE as well.
I've tried adding NODEFAULT to the method, both in newwindow3 and newwindow2. Doesn't help. There is a 'cancel' parameter passed to these methods, but I cant work out how to use it.
Any ideas?
I've tried adding NODEFAULT to the method, both in newwindow3 and newwindow2. Doesn't help. There is a 'cancel' parameter passed to these methods, but I cant work out how to use it.
Any ideas?