if (textBox1.Text == "") { } else { Process.Start("https://google.com/search?safe-strict&&q=" + textBox1.Text + "&oq" + textBox1.Text); }