I\'m trying to provide a link to my company\'s website from a Windows Form. I want to be well behaved and launch using the user\'s preferred browser.
What is the be
The above approach is perfect, I would like to recommend this approach to where you can pass your parameters.
Process mypr; mypr = Process.Start("iexplore.exe", "pass the name of website");