Is there a way to use Google Chrome (or Safari or Firefox) as the browser in a C# application? C# now uses Internet Explorer, and the website they want to use in this progra
You can use WebKit.NET. This is a C# wrapper for WebKit, which is the rendering engine used by Chrome.