In a new browser? Does it have to be users default browser?
In this case the easiest way to navigate the user's default Internet browser to a specified URL is to call System.Diagnostics.Process.Start(string).
for example
Code:Process.Start("http://www.logos.com/");




Reply With Quote