Call IE browser

  • Thread starter Thread starter wasishincar
  • Start date Start date
W

wasishincar

System.Diagnostics.Process.Start("IExplore.exe", URL) could popup a IE
browser to the URL.
But will overwrite the latest browser if it has. Is there any
method/parameter/property that always launch a new browser.
Ex: Something like "Target=_blank" in HTML <a> tag.
Thanks for any reply.
 
Just try again and found it's open another browser.
It didnot open another window cuz I called
System.Diagnostics.Proccess.Start(URL)
Sorry for the stupid question~ XD
 
Back
Top