Possible Duplicate:
Changing the UserAgent of the WebBrowser control -Winforms C#
Is there a way to use the .NET System.Windows.Forms.WebBrowser control and trick a site into thinking the browser is FireFox instead of IE? I know there are libraries that wrap around other browsers, but I want to continue using WebBrowser. I want to just change the detected browser so that I can compare the varying responses.
I guess the question behind the question is: Is there a way to change the HttpWebRequest headers, where I believe browser information is stored, prior to navigating to a page?