WPF Browser is there, but invisible.
- by Adam Crossland
I am attempting to use the Browser control in a very simple WPF application, and it appears that while the browser is loading the page that I requested (I can mouseover images and see the ALT tags), I can't actually see anything else:
Here is the XAML for the app:
<Window x:Class="SmokeyBox2.MainWindow"
…