How to open default browser with google search result in C#

1 Answer

0 votes
 Process.Start("https://www.google.com/search?q=" + Uri.EscapeDataString(your_query_string));

/*
run:


*/

 



answered Dec 26, 2016 by avibootz

Related questions

1 answer 296 views
1 answer 265 views
1 answer 256 views
1 answer 231 views
1 answer 217 views
217 views asked Mar 15, 2016 by avibootz
...