WebBrowser Control of Silverlight
WebBrowser control is a very handy tool to display a web page in a Silverlight app. This allows some functions of apps be moved to easily maintained web pages. It is easy to use, but has an odd property IsScriptEnabled. According to MSDN it "Enables…
Continue reading...