Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a way to embed Chrome or Firefox in WPF? In other words, can a user control be created with either? If some already exist, which would you recommend?

share|improve this question

1 Answer

up vote 1 down vote accepted

Yes. You can embed Chrome (Chromium) in a WPF application.

You can use :

share|improve this answer
Cool thanks for that I'm trying the first one first as it's open-source (+1). – user610650 Sep 1 '12 at 21:19
Awesome I made it work with CefSharp. Thanks a ton! – user610650 Sep 2 '12 at 17:52
@Ludo You're welcome. – Nasreddine Sep 2 '12 at 18:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.