M
Markus Stehle
Hi all!
From a console or windows forms application I open a new browser window by
using Process.Start("htttp://www.google.com")
If there is already an open browser window, the requested page is loaded
into that already existing window and is replacing the currently displayed
content. Is it possible to always open a new browser window? Also, can I set
the window size (as with JavaScript window.open())?
Thanks
Markus
From a console or windows forms application I open a new browser window by
using Process.Start("htttp://www.google.com")
If there is already an open browser window, the requested page is loaded
into that already existing window and is replacing the currently displayed
content. Is it possible to always open a new browser window? Also, can I set
the window size (as with JavaScript window.open())?
Thanks
Markus