Welcome to MSDN Blogs Sign in | Join | Help

January 2009 - Posts

Why is the Silverlight Key enum missing common characters like comma and period?

Short version is, the keys we left out are harder than you might think to support, and they weren't necessary for the scenarios we focused on (tabbing around forms, writing common controls, accelerated keys, etc.). The longer version requires a little
Posted by nkramer | 5 Comments

Command helper classes for Silverlight & WPF

Here's a couple classes I've found helpful when writing WPF & Silverlight applications, which I've named simply Command and CommandHelper. Sometimes, you just want to do simple commanding stuff, and you don't need the overhead of RoutedCommand. (Also,
Posted by nkramer | 6 Comments
 
Page view tracker