-1

I want to know what are the most popular Web-Engines to use in a Desktop Aplication using C# and WinForms.

Can you suggest some ?

edit: I've edited the question, I think it's OK now.

dsocolobsky
  • 275
  • 2
  • 5
  • 13
  • How about [Gecko?](http://stackoverflow.com/questions/88/is-gettimeofday-guaranteed-to-be-of-microsecond-resolution) But your question borders on "Not Constructive;" can you make it more specific, perhaps by outlining more clearly what you want to achieve? There's no such thing as "best," there is only that which most adequately fulfills your requirements. – Robert Harvey Sep 19 '11 at 15:56
  • Well, the question is already attracting one-liner answers, so I'm closing it. If you can improve the question by editing, flag it requesting a re-open, and we'll consider it. – Robert Harvey Sep 19 '11 at 15:59
  • If you would change the phrase "the best" to "most mature" - it probably would do. – Maxim V. Pavlov Sep 19 '11 at 16:06
  • I would add what kind of "web-browser" you are trying to make any why IE isn't acceptable. – Dour High Arch Sep 19 '11 at 16:11
  • Can the guy who downvoted please explain what can I do to improve the question ? Thanks. – dsocolobsky Apr 02 '12 at 01:50

2 Answers2

2

I would go with WebKit.NET (GitHub Download)

Justin Niessner
  • 242,243
  • 40
  • 408
  • 536
1

I would use Awesomium.

It has a good .NET/WPF support.

Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174