Blog of me, Chris Idzerda, containing my thoughts, comments, and questions. RSS Feed

Open New Safari Window in Silverlight
10 Sep 2008, 03:27:00 PM
I suggest following the directions found here but if you need a different solution try the following instead. Add this method to your Silverlight in a convenient place, such as your application class. public static void OpenBrowser(string url){i ...
Read post