C# XAML Combo BoxesThe book WPF 4.5 Unleashed by Adam Nathan discusses combo boxes on page 262-267. The ComboBox control enables […] May 10, 2016 in WPF tagged combo / box / boxes / C# XAML by Mike
C# as OperatorYou can use the as operator to perform certain types of conversions between compatible reference types or nullable […] May 9, 2016 in C# by Mike
C# WPF XAML ListBoxThe book Illustrated WPF discusses list box controls. A ListBox is a collection of items displayed to the […] May 8, 2016 in WPF tagged list / WPF / box / boxes / listbox / WPF ListBox by Mike
WPF Assembly ResourcesAssembly resources are digital objects, such as images, that aren’t generated by the source code. Assembly resources can […] May 7, 2016 in WPF tagged resources / WPF / assembly / WPF Resources by Mike
WPF Resources Introduction Part 3This is a continuation of Resources Introduction Part 2, where we were discussing XAML Resources from the book […] May 7, 2016 in WPF tagged resources / WPF / WPF Resources by Mike
WPF Resources Introduction Part 2Code Behind Let’s illustrate how to use C# code behind to store and retrieve a SolidColorBrush in a […] May 6, 2016 in WPF tagged resources / WPF / WPF Resources by Mike
WPF Resources IntroductionWPF supports two types of resources: binary and logical. Binary resources include, for example, images or icons that […] May 2, 2016 in WPF tagged resource / resources / WPF / logical / xaml / binary / WPF Resources by Mike
C# XAML Introduction Part 4 Object Names Part 2This is a continuation of Object Names Part 1. This example allows the user to view a custom […] May 1, 2016 in C# by Mike
C# XAML Introduction Part 4 Object Names Part 1Code Behind and Object Names This discussion is based on the book Illustrated WPF by Daniel S on […] May 1, 2016 in WPF tagged x:name / WPF / objects / object / names / C# XAML by Mike
C# XAML Introduction Part 3 Type ConvertersConsider the following C# code that creates a button. The XAML parser or compiler must look for a […] April 26, 2016 in WPF tagged WPF / type / converter / C# XAML by Mike
C# XAML SyntaxThe book WPF 4.5 Unleaashed says: XAML is a relatively simple and general-purpose declarative programming language suitable for […] April 25, 2016 in WPF tagged syntax / WPF / introduction / C# XAML by Mike
C# WPF XAML Background ColourIn your Windows program, how do you set the background colour of a control, such as a rectangle, […] April 24, 2016 in WPF tagged colour / color / background / C# WPF by Mike