//replace this.searchString with the thing you want to search for Process1.StartInfo.FileName = ("http://www.google.com/search?q=" + this.SearchString + "&rls=com.microsoft:en-us&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1"); Process1.Start();