Open a new Browser Window
-
Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin
-
Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin
-
Hi I am trying to open a web page in a new browser window, I can easily open a page in the last used window: System.Diagnostics.Process.Start("http://www.google.com") But I would like to have it opened in a new window. Any suggestions? Kevin
Under Tools/Internet Options/Advanced Tab. I think it's something like "Reuse windows to launch shortcuts" or something like that.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
If the page opens in the last window, in a new window or in a new tab depends on the settings in the browser.
--- b { font-weight: normal; }
There has got to be a way I can force it to open in a new window.
-
There has got to be a way I can force it to open in a new window.
Try launching a new copy of IE with the command line parameter of the site you want to open.
iexplore.exe http://www.microsoft.com
Dave Kreskowiak Microsoft MVP - Visual Basic