Html Content Viewer for Silverlight

by Taoffi Nassar 25. January 2010 04:57
In a previous post, I talked about a solution to manipulate (animate for example) the Silverlight control inside the hosting html page.   The reverse side of the problem (displaying html content inside a Silverlight control), is a requirement which comes out in the context of numerous web pro... [More]

Animating Silverlight control inside the HTML Page

by Taoffi Nassar 23. December 2009 03:27
Live demo .     A Silverlight control can communicate and interact with other HTML elements of the page on which it is placed. This is done by using the HtmlPage object (namespace System.Windows.Browser)   By using HtmlPage, you can have access to all HTML elements of the curre... [More]