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...

Recommended Answers

All 2 Replies

>The parameter is incorrect

Error says that it doesn't like the values you gave. Something is missing.

I solved mu problem.

P.S. Sorry about the link, I forgot to change it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.