If this is in browser, can't you interface with the browser and make it render and display the help files either in a popup window or an overlay div/iframe?
-----Original Message----- From: "Greg Keogh" <[email protected]> Sent: 2/03/2013 11:14 AM To: "ozDotNet" <[email protected]> Subject: Html in Silverlight Folks, I have help files composed as html to generate a chm. Now I'd like to display those html files in my Silverlight 4 app. Web searches indicate three options: (1) Buy a control that does it (2) Use the WebBrowser control out-of-browser elevated (3) Write a html to xaml converter. Option 3 is looking most likely, but before I start searching I thought it might be wise to ask here first just incase someone has been through this. Cheers, Greg
