
Web Browser: Opening link in new Web Browser window
Quote:
> Given a VB app with the Web Browser on a form. Is there any way to
force
> a link referenced in the Web Browser to open in another Web Browser
object.
If I understand your question, a solution may be to set Cancel to True in
the BeforeNavigate event and send the URL to another WebBrowser control. I
don't understand why IE is coming up, though--by default the referenced
link should come up in the same WebBrowser control.