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
C# WPF RGB Colour ViewerWe have an update to this program here at begincodingnow.com over at WPF RGB Color Viewer. It does […] April 22, 2016 in WPF tagged colour / color / viewer / C# WPF by Mike
C# WPF StylesWhen you’re setting the look and feel of a UI, you may want to set the values of […] April 19, 2016 in WPF tagged styles / C# WPF by Mike
C# WPF Bindings and ItemsControlsOften in developing WPF C# programs you will want to bind the controls to one object at a […] April 19, 2016 in WPF tagged bindings / items / C# WPF by Mike
C# WPF ComboBox ControlComboBoxes allow user to select exactly one item from a list of choices that appear in a drop-down […] April 18, 2016 in WPF tagged combobox / combo box / C# WPF by Mike
C# WPF Value ConvertersContinuing with the example of the text box and the slider we are going to improve the program […] April 17, 2016 in WPF tagged value / converters / C# WPF by Mike
C# WPF Data Binding and Triggers MouseOversYou are writing a C# WPF program and you want a button to change colour when the user […] April 17, 2016 in WPF tagged mouseover / trigger / over / bindings / triggers / mouse / data / C# WPF by Mike
C# WPF Data Binding and Binding DirectionContinuing with the text box and slider example in the book Illustrated WPF by Daniel M. Solis, here […] April 17, 2016 in WPF tagged data / binding / direction / C# WPF by Mike
C# WPF Data Binding and TriggersThis post is a continuation of the previous post on data binding. From the previous post, when you […] April 17, 2016 in WPF tagged data binding / trigger / C# WPF by Mike
C# WPF Data BindingData binding is the association of two objects, such that one of the objects is always kept up-todate […] April 17, 2016 in WPF tagged data / binding / C# WPF by Mike
C# WPF Create a Simple Binding Object in Code BehindThis example comes from the book Illustrated WPF starting on page 198, which is in chapter 8. Creating […] April 16, 2016 in WPF tagged code / object / binding / behind / C# WPF by Mike