Código C:
Ver original
private void button1_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start(@"C:\Program Files\Mozilla Firefox\firefox.exe", "https://www.google.com.ar/?gws_rd=ssl"); }