Restart browser method

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

Restart browser method
Restart browser method 
Phuong Nguyen


Guest


Hi Add-on team,

Is there a way to restart the browser programmable. I have a IE toolbar add-on and our customer want to have this capability from toolbar.

Thanks for your helps,
Phuong
Posted 16 Dec, 2009 03:25:15 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Phuong.

To start any applications you can use the Process.Start method.
You also will need to close all openned tabs via the IEApp.Quit() method before you restart IE.
Posted 16 Dec, 2009 09:53:51 Top