views:

40

answers:

0

Having problems related to WPF WebBrowser not having a visual. Reason being, that it actually a wrapper around the winforms browser.

Anyways, I searched the web for any solution to this problem, and got hold of the following suggestions:

http://chriscavanagh.wordpress.com/2009/08/25/a-real-wpf-webbrowser/

http://rob.runtothehills.org/archives/60

The first one solves everything, but seems like an overkill. Plus, the dll's should be licensed for commercial use.

The second one seems simple, but not able to figure out when to refresh the screen. Plus there's so much to do like sending mouse and keyboard messages to the webbrowser.

P.S. The problem I'm trying to solve is to show the same webbrowser on different windows. They both must be interactive, and always in sync visually.