G
Guest
Hi!
I want to open a google search from my program. But Google does for example
not understand the search parameters, if one of them is C# , e.g. "C#
tutorials". Only if I convert it to c%23%20tutorials. Is there a function
which can already do this? It has to be, because every search field in IE
does it all the time... I hope someone knows what I am talking about.
right URL to google: "http://www.google.com/search?hl=en&q=c# tutorials"
wrong URL: "http://www.google.com/search?hl=en&q=c# tutorials"
I want to open a google search from my program. But Google does for example
not understand the search parameters, if one of them is C# , e.g. "C#
tutorials". Only if I convert it to c%23%20tutorials. Is there a function
which can already do this? It has to be, because every search field in IE
does it all the time... I hope someone knows what I am talking about.
right URL to google: "http://www.google.com/search?hl=en&q=c# tutorials"
wrong URL: "http://www.google.com/search?hl=en&q=c# tutorials"