VB6 WebBrowser Object and the Open In New Window Issue [Cracked It Anyway]
I have a custom web browser that is nothing special jsut the browser object and a few basic controls (stop, refresh, back etc). It is used as part of a bigger project and works very well for my needs in all respect but one.
Some links open in a new window and IE6 is used... that kinda sucks as it undoes the whole reason for using my program.
How can I best deal with these links?
Ideally I'd like to find a way to open them in a new form within my project. I use a MDI and the "browser" is an MDI Child.
I've Googled on the subject but so far without success. :ehh:
Re: VB6 WebBrowser Object and the Open In New Window Issue
I've found this http://msdn.microsoft.com/workshop/b...newwindow2.asp which seems to refer to NewWindow2 but how do I use it?
:eek2: