I have a link to the user interface of an application that launches a URL using System.Diagnostics.Process.Start(). If the user clicks the link several times, he opens several tabs.
Is there a way, possibly a command-line option, to still use the default web browser, but does it just open the same tab again if the URL is already open? It would be nice if it did not work with every possible browser there, but it is nice if it at least works with IE, Firefox and Chrome.
I doubt it, but since I did not see other questions / answers on this topic, I decided that I would ask.
eselk source
share