C# WPF Hello World 4In this post we are continuing over from the last post. Here we are going to display some […] September 29, 2018 in WPF tagged class / label / MainWindow / WPF Hello World by Mike
C# WPF Hello World 3Following along with the previous post we will create a new WPF program with the Browse button by […] September 27, 2018 in WPF tagged WPF Hello World by Mike
C# WPF Hello World 2WPF The previous post did not create a WPF program. Now we WILL create a WPF program. Now […] September 27, 2018 in WPF tagged WPF Hello World by Mike
C# WPF Hello World IntroductionWith Visual Studio 2017 you can create a Windows program by selecting File, New Project and selecting a […] September 27, 2018 in WPF tagged WPF / introduction / hello / world / WPF Hello World by Mike
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 box / boxes / combo / C# XAML 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 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