Hello
Is there a way to use Google Chrome(safari or firefox may also) as browser in a C# application. This is now internet explorer, and the website they want to use in this program don't support it....
Tom
Hello
Is there a way to use Google Chrome(safari or firefox may also) as browser in a C# application. This is now internet explorer, and the website they want to use in this program don't support it....
Tom
You can use WebKit.NET. This is a C# wrapper for WebKit, which is the rendering engine used by Chrome.
I don't know of any full Chrome component, but you could use WebKit, which is the rendering engine that Chrome uses. The Mono project made WebKit Sharp, which might work for you.