Search code examples
c#wpfiframeappletmashup

IFrame in WPF application


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.


Solution

  • 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.