IFrame in WPF application

Shiraz Bhaiji picture Shiraz Bhaiji · Apr 7, 2011 · Viewed 7.7k times · Source

We are designing an application, part of which is a mashup of UI from a web application.

Is it possible to place the UI from a web site in a WPF application, as you would an IFrame?

The web page contains a Java applet.

Answer

Snake picture Snake · Apr 7, 2011

http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser.aspx

You could use this, but it will Internet Explorer as the rendering engine, so I suppose that you need to have Java installed to use it. Be sure to test it.