Open a new tab in the browser with the Add-In-Express Toolbar for IE

Add-in Express™ Support Service
That's what is more important than anything else

Open a new tab in the browser with the Add-In-Express Toolbar for IE
 
German Arellano




Posts: 12
Joined: 2008-07-14
I'm using Visual Studio 2008 with the Add-In-Express for IE v. 4.0.114 and I need to open a new Tab in the browser (if IE7) instead of navigate in the same page opened.

Is there a way to do it?

Thanks in advance for your help,

German
Posted 14 Jul, 2008 13:23:03 Top
Eugene Astafiev


Guest


Hello German,

In the http://www.add-in-express.com/products/internet-explorer-search.php I used the following code:

System.Object one = 0x0800;
System.Object two = "_self";
System.Object three = null;
System.Object four = null;
IEApp.Navigate("//www.add-in-express.com", ref one, ref two, ref three, ref four);
Posted 15 Jul, 2008 07:59:31 Top
German Arellano




Posts: 12
Joined: 2008-07-14
Thanks for the help!

That worked perfectly :)

Regards,

German
Posted 16 Jul, 2008 17:43:56 Top