YouCube (3D WPF web browser)(chriscavanagh.wordpress.com)
submitted by
BobStrogg(998) 3 years, 5 months ago
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)...
|category: Windows Presentation Foundation
|Views: 186
tags:
WPF another
Everyones tags:
Your Tags: