How to get or make a WPF WebBrowser with a visual.
Posted
by Trainee4Life
on Stack Overflow
See other posts from Stack Overflow
or by Trainee4Life
Published on 2010-06-13T12:50:36Z
Indexed on
2010/06/13
12:52 UTC
Read the original article
Hit count: 253
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.
© Stack Overflow or respective owner