0
Reply

How to force an IE window to be opened on link click from axWebBrowser

Daniel

Daniel

Mar 2 2007 2:16 PM
1.9k
I'm not interested in simple solution of getting the url and opening IE from process.start(IE,url) the closest thing i had in mind is : when i right click the link from axWebBrowser and choose "open in new window" it opens it in new IE window, so I'm looking for a way ti imitate it somehow and perform the same action on left mouse click on that link (and in the background it will open a new IE window), like re-routing from axWebBrowser into IE. again, im not interested in the url that is being opened on "open in new window" its more complicated than that, thats why I'm looking for a way to "re-route" from axWebBrowser into IE. thx ahead!