System.Diagnostics.Process.Start("www.google.com"); It works perfect, but how about just 'google.com'?
I tried to do it like this
System.Diagnostics.Process.Start("google.com"); but it doesn't work with the same links and throws an exception. Any suggestions?
"http://google.com"?