Hello friends, I have a problem with opening an url into browser.
I use:
/* Error msg -> The parameter is incorrect */
System.Diagnostics.Process.Start("http://www.[link snipped]");
/* Successfully start notepad */
System.Diagnostics.Process.Start("notepad.exe");
I go Start > Run > http://www.[link snipped] and then the site opens in the default browser successfully.
Someone to help me ? :/
Thanks...