This is how I am currently opening a URL in an external browser. If you know of a better way to this, please let me know.
-
System.Diagnostics.Process.Start("http://legobuff.com");
This is how I am currently opening a URL in an external browser. If you know of a better way to this, please let me know.