SLLauncher and Browser Mode

I had to do some work in a Silverlight (I know, I know) application recently.  One of the features I was working on is to show a web page in out-of-browser running Silverlight application.  The page is a modern page that I wrote using Angular JS.  What I found is that as soon as the …

Continue reading ‘SLLauncher and Browser Mode’ »

Print Screen in Silverlight

One of the simple tasks I needed to work on last week was to implement simple screen printing on certain screens in a Silverlight application.  Once I got home, I wrote a very generic routine that could print any control at all.  I wrote it as an extension method on System.Windows.Controls.Control class.  I used a …

Continue reading ‘Print Screen in Silverlight’ »

More on Markup Extensions in Silverlight 5

In my previous post I showed how to write a simple mark up extension.  I also noticed that not too many folks are aware of the fact that you can obtain a lot of information about how markup extension is used in XAML from the provider object.  I am going to demonstrate how to do …

Continue reading ‘More on Markup Extensions in Silverlight 5’ »