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]