I am trying to create an IE replacement browser ActiveX (usercontrol) in VB6, through pure coding.
In simple terms: I am trying to open additional instances of the browser window (overlaying the existing window) when a link is clicked - without using a visible tabstrip control. I plan to control the arrayed windows (possibly multiple links opened at the same time) through a custom toolbar.
Every call I make in the IE_NewWindow2 results in an unsolvable permission error. Any help you can provide is deeply appreciated.