A
Arieh
Guest
Using Process.Start(... ), I can allow the user to open up a browser of his choice as long as it is installed on the computer. I wish to allow the user to open the browser as a new window as opposed to a new tab in an existing window.
I can do this for Chrome (StartInfo.Arguments = " --new-window ") and some other browsers but have not been able to find the parameter to pass with Edge to force a new window. I have noticed this same question posted a couple of years ago without an answer.
Does Edge even support such a parameter?
Continue reading...
I can do this for Chrome (StartInfo.Arguments = " --new-window ") and some other browsers but have not been able to find the parameter to pass with Edge to force a new window. I have noticed this same question posted a couple of years ago without an answer.
Does Edge even support such a parameter?
Continue reading...