G
Guest
Hi,
I used the following code to open a browser
System.Diagnostics.Process.Start(url
however, it took the latest activate opened browser (if exists already). I'd like to know how to open such web page in a new browser A, and every time I run the code again, the web page must be opened only in this browser A
Thanks in advance
I used the following code to open a browser
System.Diagnostics.Process.Start(url
however, it took the latest activate opened browser (if exists already). I'd like to know how to open such web page in a new browser A, and every time I run the code again, the web page must be opened only in this browser A
Thanks in advance