I have a Silverlight / HTML question.
I want to present an html page in a silverlight app. I think it is not possible to just assign an html page into a richedittext control. But, at the same time, it is possible to input an HTML page into a silverlight project. So, there must be a way to display a html page into a silverlight app. How do I do this?
We can include an html web page insice a c# project as these two images show. So, how do we make use of them?
[IMG]http://i67.photobucket.com/albums/h292/Athono/html.jpg[/IMG]
[IMG]http://i67.photobucket.com/albums/h292/Athono/html2.jpg[/IMG]

Javeed M ShaikhPosted Oct 15, 2011, 10:28 PM
See if this helps:
http://weblogs.asp.net/dwahlin/archive/2010/05/10/integrating-html-into-silverlight-applications.aspx
http://www.divelements.co.uk/silverlight/tools.aspx
http://www.devproconnections.com/article/silverlight/displaying-html-in-silverlight-applications
http://blogs.msdn.com/b/delay/archive/2007/09/10/bringing-a-bit-of-html-to-silverlight-htmltextblock-makes-rich-text-display-easy.aspx
Please do not forget to mark "Accepted Answer".
William ThompsonPosted Oct 15, 2011, 9:42 PM
Javeed M ShaikhPosted Oct 15, 2011, 9:01 PM
Did you try using iframe, like below:
Please do not forget to mark "Accepted Answer".