Error!
Success!

YouCube (3D WPF web browser)

0
kicks

YouCube (3D WPF web browser)  (Unpublished)

As you know, .NET 3.5 SP1 includes a WebBrowser control. The current implementation is just a wrapper around the MSHTML ActiveX control, which unfortunately prevents you from doing crazy things to it through WPF. The ActiveX control itself can be queried for the IViewObject interface and have its Draw method called. The WPF WebBrowser doesn’t expose this directly, but fortunately the Windows Forms WebBrowser does (alternatively you could host MSHTML directly)...


Kicked By:
Drop Kicked By: