Create a console application (as the Calculator control has no GUI there was no point making the same a WPF application) and add a reference to the SimpleControlLib.dll. We can now consu...
What differentiates a Windows Mobile phone from a GPS system if both of them are built on top of the same core engine (the Windows Embedded Compact platform)? One of the main differentiators is the cu...
So, by encapsulating the template in a UserControl we have achieved 3 things: Both Xaml and Code Behind are cleaner, and you know that if you are looking at Window1.xaml.cs all the
I would approach this by temporarily setting aside the issue of error handling and start with visual states and templates. We have a series of videos that walk you through this, and I'd view th...