Can anyone tell me that how can i open a site in webbrowser component of c#. Usually i open the site easily using the following code
webBrowser1.Url = new Uri("http://google.com");
But now i want to access a site which is not allowed to be opened by IE and one can only visit that site through firefox. I tried to open that site in webbrowser component but site was not functioning properly.. So i want to know that is there any way that i can change browsing client of webbrowser component to Firefox intead of IE...