Advertisement
NeonFox__

google textbox code

Jul 31st, 2020 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. if (textBox1.Text == "")
  3. {
  4.  
  5. }
  6. else
  7. {
  8. Process.Start("https://google.com/search?safe-strict&&q=" + textBox1.Text + "&oq" + textBox1.Text);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement