if (this.SearchString.Trim().Length > 0) { Process1.StartInfo.FileName = (@"http://search.msn.com/results.aspx?q=" + this.SearchString); Process1.Start(); }